[ci skip] Fix tiny mistake in adventure javadocs (#8046)

This commit is contained in:
Noah van der Aa
2022-06-24 18:39:44 +02:00
parent bd0ca3a1fc
commit a0bca1d513

View File

@@ -3758,7 +3758,7 @@ index 0000000000000000000000000000000000000000..00000000000000000000000000000000
+ * + *
+ * <p>Plugins should check that {@link #hasLore()} returns <code>true</code> before calling this method.</p> + * <p>Plugins should check that {@link #hasLore()} returns <code>true</code> before calling this method.</p>
+ * + *
+ * @return the display name + * @return the lore
+ */ + */
+ @Nullable List<net.kyori.adventure.text.Component> lore(); + @Nullable List<net.kyori.adventure.text.Component> lore();
+ +