Skip to content

Commit

Permalink
Fix complaints
Browse files Browse the repository at this point in the history
  • Loading branch information
SquidDev committed Dec 24, 2019
1 parent 4320a4f commit 0f82a45
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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();
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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
*/
Expand All @@ -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.
*/
Expand Down

0 comments on commit 0f82a45

Please sign in to comment.