Skip to content

Commit 0afbf8e

Browse files
committed
Json API was updated in master
1 parent 5084733 commit 0afbf8e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

java/src/main/java/com/genexus/util/saia/SaiaService.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
import com.genexus.diagnostics.core.LogManager;
88
import com.genexus.internet.HttpClient;
99
import com.genexus.util.CallResult;
10-
import json.org.json.JSONObject;
10+
import org.json.JSONObject;
1111

1212
public class SaiaService {
1313
private static final ILogger logger = LogManager.getLogger(SaiaService.class);

0 commit comments

Comments
 (0)