Skip to content

Commit

Permalink
#1606 CR
Browse files Browse the repository at this point in the history
  • Loading branch information
krzyk committed Aug 22, 2018
1 parent 69bf8eb commit 95b7dae
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/main/java/com/zerocracy/claims/BatchClaims.java
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,9 @@ public void submit(final XML claim) throws IOException {

@Override
public void submit(final XML claim, final Instant expires) {
throw new UnsupportedOperationException("submit(XML) not implemented");
throw new UnsupportedOperationException(
"submit(XML, Instant) not implemented"
);
}

@Override
Expand Down

0 comments on commit 95b7dae

Please sign in to comment.