Finally use Java7 <>
This commit is contained in:
@@ -43,7 +43,7 @@ public class GenericInterestManager<T>
|
||||
{
|
||||
if( this.transDepth == 0 )
|
||||
{
|
||||
this.transactions = new LinkedList<SavedTransactions>();
|
||||
this.transactions = new LinkedList<>();
|
||||
}
|
||||
|
||||
this.transDepth++;
|
||||
|
||||
Reference in New Issue
Block a user