checkBean 메소드에서 null 체크 삭제

This commit is contained in:
win777
2015-11-27 07:06:06 +00:00
parent 365e4a235b
commit b486b6c2f4

View File

@@ -124,9 +124,6 @@ public class NexacroResult {
}
private void checkBean(Object bean) {
if (bean == null) {
throw new IllegalArgumentException("Bean should not be null");
}
}
public PlatformData getPlatformData() {