Skip to content

Commit de39155

Browse files
committed
Actually correct javadocs
1 parent d99f2ee commit de39155

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/main/java/org/spongepowered/api/config/DefaultConfig.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,8 +42,8 @@
4242
* <p>Use this annotation on a {@link Path} if you want the
4343
* pathname to the default configuration. Or instead, use this annotation on a
4444
* {@link ConfigurationLoader ConfigurationLoader&lt;CommentedConigurationNode&gt;}
45-
* or {@link ConfigurationReference&lt;CommentedConigurationNode&gt;} to get a
46-
* loader/reference for a HOCON based configuration file. Remember that
45+
* or {@link ConfigurationReference ConfigurationReference&lt;CommentedConigurationNode&gt;}
46+
* to get a loader/reference for a HOCON based configuration file. Remember that
4747
* {@link Inject} is also necessary.</p>
4848
*
4949
* @see ConfigManager For getting configuration without injection

0 commit comments

Comments
 (0)