Resolved some unchecked Types
This commit is contained in:
@@ -35,7 +35,7 @@ public class GenericInterestManager<T>
|
||||
public void enableTransactions()
|
||||
{
|
||||
if ( transDepth == 0 )
|
||||
transactions = new LinkedList();
|
||||
transactions = new LinkedList<SavedTransactions>();
|
||||
|
||||
transDepth++;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user