summaryrefslogtreecommitdiffstats
path: root/src/main/java/org/bukkit/help/HelpTopicFactory.java
diff options
context:
space:
mode:
Diffstat (limited to 'src/main/java/org/bukkit/help/HelpTopicFactory.java')
-rw-r--r--src/main/java/org/bukkit/help/HelpTopicFactory.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main/java/org/bukkit/help/HelpTopicFactory.java b/src/main/java/org/bukkit/help/HelpTopicFactory.java
index 665372ff..e1901382 100644
--- a/src/main/java/org/bukkit/help/HelpTopicFactory.java
+++ b/src/main/java/org/bukkit/help/HelpTopicFactory.java
@@ -28,7 +28,7 @@ public interface HelpTopicFactory<TCommand extends Command> {
* for it.
*
* @param command The custom command to build a help topic for.
- * @return A new custom help topic.
+ * @return A new custom help topic or {@code null} to intentionally NOT create a topic.
*/
public HelpTopic createTopic(TCommand command);
}