|
|
@@ -112,11 +112,7 @@ public class SearchEngineDiquest {
|
|
|
|
|
|
try {
|
|
|
JSONObject jsonObj = new JSONObject();
|
|
|
-
|
|
|
- // 2021.09.02 NullPointerException 처리
|
|
|
- if (AutoSearch.getAutoComplete(paramMap) != null) {
|
|
|
- jsonObj = AutoSearch.getAutoComplete(paramMap);
|
|
|
- }
|
|
|
+ jsonObj = AutoSearch.getAutoComplete(paramMap);
|
|
|
|
|
|
log.info("///[getAutoComplete] jsonObj: {}", jsonObj.toJSONString());
|
|
|
|