final variables and parameters

This commit is contained in:
thatsIch
2015-09-30 14:24:40 +02:00
parent 059523f543
commit 8b3a954f73
732 changed files with 9253 additions and 9256 deletions
@@ -72,7 +72,7 @@ public enum ButtonToolTips
this.root = "gui.tooltips.appliedenergistics2";
}
ButtonToolTips( String r )
ButtonToolTips( final String r )
{
this.root = r;
}
@@ -90,7 +90,7 @@ public enum GuiText
this.root = "gui.appliedenergistics2";
}
GuiText( String r )
GuiText( final String r )
{
this.root = r;
}
@@ -39,7 +39,7 @@ public enum WailaText
this.root = "waila.appliedenergistics2";
}
WailaText( String r )
WailaText( final String r )
{
this.root = r;
}