Fixing internal javadoc

This commit is contained in:
thatsIch
2014-09-27 23:17:47 +02:00
parent ab9f67df5a
commit 4088cca5ad
25 changed files with 141 additions and 143 deletions
+2 -2
View File
@@ -20,7 +20,7 @@ public class ConfigManager implements IConfigManager
/**
* read all settings using config manager.
*
* @param tagCompound
* @param tagCompound to be read from compound
*/
@Override
public void readFromNBT(NBTTagCompound tagCompound)
@@ -49,7 +49,7 @@ public class ConfigManager implements IConfigManager
/**
* save all settings using config manager.
*
* @param tagCompound
* @param tagCompound to be written to compound
*/
@Override
public void writeToNBT(NBTTagCompound tagCompound)