Removes unnecessary semicolons
This commit is contained in:
@@ -22,7 +22,7 @@ public class GenericInterestManager<T>
|
||||
stack = myStack;
|
||||
iw = watcher;
|
||||
}
|
||||
};
|
||||
}
|
||||
|
||||
private final SetMultimap<IAEStack, T> container;
|
||||
private LinkedList<SavedTransactions> transactions = null;
|
||||
|
||||
Reference in New Issue
Block a user