aafbd412创建于 2024年2月18日历史提交
public class AllChangesIndexer extends SiteIndexer<Change.Id, ChangeData, ChangeIndex> {

----------------------------------------------------

[
	["keyword", "public"],
	["keyword", "class"],
	["class-name", ["AllChangesIndexer"]],
	["keyword", "extends"],
	["class-name", ["SiteIndexer"]],
	["generics", [
		["punctuation", "<"],
		"Change",
		["punctuation", "."],
		"Id",
		["punctuation", ","],
		" ChangeData",
		["punctuation", ","],
		" ChangeIndex",
		["punctuation", ">"]
	]],
	["punctuation", "{"]
]

----------------------------------------------------

Checks for generics. See #1351