Skip to content

Commit

Permalink
Adding 'suppress warnings'...
Browse files Browse the repository at this point in the history
  • Loading branch information
dzamurovic committed Apr 23, 2012
1 parent 1058dd5 commit 85d0a37
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ public class SpaTesterApplicationContext extends PersistenceApplicationContext {

private static int identationLevel = 0;

@SuppressWarnings({ "rawtypes", "unchecked" })
@Override
public void onCreate() {
super.onCreate();
Expand Down

0 comments on commit 85d0a37

Please sign in to comment.