Skip to content

Commit a903765

Browse files
prepare release v1.8.1
1 parent 1dab92f commit a903765

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎src/main/java/com/groupdocs/sdk/api/ComparisonApi.java‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@ public ChangesResponse GetChanges (String resultFileId) throws ApiException{
151151
if(resultFileId == null ){
152152
thrownewApiException(400, "missing required params");
153153
}
154-
StringresourcePath = "/comparison/{resultFileId}/changes".replace("*", "");
154+
StringresourcePath = "/comparison/public/{resultFileId}/changes".replace("*", "");
155155
intpos = resourcePath.indexOf("?");
156156
if(pos > -1){
157157
resourcePath = resourcePath.substring(0, pos);

0 commit comments

Comments
(0)