checkBean 메소드에서 null 체크 삭제
This commit is contained in:
@@ -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() {
|
||||
|
||||
Reference in New Issue
Block a user