Javadoc warning cleanup

This commit is contained in:
Nick 2016-01-01 10:52:42 -08:00
parent d4b5d3d3e2
commit 7ebd59382f
11 changed files with 103 additions and 23 deletions

View file

@ -11,7 +11,7 @@ public interface ICompatibility
void loadCompatibility();
/**
* The {@code modid} of the mod we are adding compatibility for.
* @return The {@code modid} of the mod we are adding compatibility for.
*/
String getModId();
@ -20,6 +20,8 @@ public interface ICompatibility
* found.
*
* Generally a determined by a config option.
*
* @return If Compatibility should load.
*/
boolean enableCompat();
}