Skip to content

Commit

Permalink
new param (osmlab#565)
Browse files Browse the repository at this point in the history
  • Loading branch information
Bentleysb authored Jun 3, 2021
1 parent d93d321 commit 579075d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ public long create(final String getURI, final String postURI, final String putUR
logger.debug(logSuccessMessage, responseID);
return responseID;
default:
logger.debug("{} - {}", createUpdate.getStatusCode(),
logger.error("{} - {}", createUpdate.getStatusCode(),
createUpdate.getRequestBodyAsString());
return -1;
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@ public class Challenge implements Serializable
private boolean updateTasks;
private String checkName;
private boolean purge;
private boolean changesetUrl = false;

public Challenge(final Challenge challenge)
{
Expand Down

0 comments on commit 579075d

Please sign in to comment.