This commit is contained in:
zzz
2014-07-05 13:37:35 +00:00
parent 845b45a57d
commit 48a32fb3b8

View File

@ -207,7 +207,7 @@ public enum SigType {
return getByCode(code);
} catch (NumberFormatException nfe) {
return null;
}
}
}
}
}