From 2d09149f2e3bf531aef6b4c522d84afb5a3756e8 Mon Sep 17 00:00:00 2001 From: Aikar Date: Wed, 27 Feb 2019 19:21:57 -0500 Subject: [PATCH] (DEPLOYED ACF) Updated JavaDocs --- docs/acf-core/src-html/co/aikar/commands/CommandHelp.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/acf-core/src-html/co/aikar/commands/CommandHelp.html b/docs/acf-core/src-html/co/aikar/commands/CommandHelp.html index 3feebcf4..6c978899 100644 --- a/docs/acf-core/src-html/co/aikar/commands/CommandHelp.html +++ b/docs/acf-core/src-html/co/aikar/commands/CommandHelp.html @@ -48,7 +48,7 @@ 040 private final List<HelpEntry> helpEntries = new ArrayList<>(); 041 private final String commandName; 042 final String commandPrefix; -043 private int page; +043 private int page = 1; 044 private int perPage; 045 List<String> search; 046 private Set<HelpEntry> selectedEntry = new HashSet<>();