Fix complaints

This commit is contained in:
SquidDev 2019-12-24 19:31:14 +00:00
parent 4320a4f851
commit 0f82a4589b
2 changed files with 3 additions and 3 deletions

View File

@ -27,7 +27,7 @@ private static class Wrapper
final String modId;
boolean enabled;
public Wrapper( ITurtleUpgrade upgrade )
Wrapper( ITurtleUpgrade upgrade )
{
this.upgrade = upgrade;
this.id = upgrade.getUpgradeID().toString();

View File

@ -19,7 +19,7 @@
public class TurtleTweaker
{
/**
* Remove a turtle upgrade with the given id
* Remove a turtle upgrade with the given id.
*
* @param upgrade The ID of the to remove
*/
@ -30,7 +30,7 @@ public static void removeUpgrade( String upgrade )
}
/**
* Remove a turtle upgrade crafted with the given item stack"
* Remove a turtle upgrade crafted with the given item stack".
*
* @param stack The stack with which the upgrade is crafted.
*/