get rid of warnings in CompPanel, EMS

This commit is contained in:
Manindra Moharana
2014-08-07 15:39:18 +05:30
parent f220c3d500
commit db19953232
2 changed files with 7 additions and 7 deletions

View File

@@ -32,7 +32,7 @@ public class ErrorMessageSimplifier {
private static void prepareConstantsList() {
constantsMap = new TreeMap<Integer, String>();
Class probClass = DefaultProblem.class;
Class<DefaultProblem> probClass = DefaultProblem.class;
Field f[] = probClass.getFields();
for (Field field : f) {
if (Modifier.isStatic(field.getModifiers()))