Skip to content

Commit a658007

Browse files
Remove headers from ping
1 parent a79849d commit a658007

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

client/src/main/java/com/regula/documentreader/webclient/api/DocumentReaderApi.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,8 +65,8 @@ public Healthcheck ping() throws ApiException {
6565
return defaultApi.healthz("", null);
6666
}
6767

68-
public Healthcheck ping(String xRequestID, HashMap<String, String> headers) throws ApiException {
69-
return defaultApi.healthz(xRequestID, headers);
68+
public Healthcheck ping(String xRequestID) throws ApiException {
69+
return defaultApi.healthz(xRequestID, null);
7070
}
7171

7272
/**

0 commit comments

Comments
 (0)