Finalize variables

This commit is contained in:
thatsIch
2014-11-04 12:34:56 +01:00
parent 542c1dcdbd
commit 075fd1848a
2 changed files with 5 additions and 5 deletions
@@ -35,7 +35,7 @@ public class GuiInterfaceTerminal extends AEBaseGui
private static final int LINES_ON_PAGE = 6;
// TODO: copied from GuiMEMonitorable. It looks not changed, maybe unneeded?
int offsetX = 9;
final int offsetX = 9;
private final HashMap<Long, ClientDCInternalInv> byId = new HashMap<Long, ClientDCInternalInv>();
private final HashMultimap<String, ClientDCInternalInv> byName = HashMultimap.create();