Skip to content

Commit

Permalink
EventDsl#sendWithAck() throws MsgTooLargeEx.
Browse files Browse the repository at this point in the history
  • Loading branch information
Kyle Kingsbury committed May 16, 2012
1 parent 66f70c4 commit 3132c46
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/com/aphyr/riemann/client/EventDSL.java
Expand Up @@ -126,7 +126,7 @@ public EventDSL ttl(float ttl) {
return this;
}

public Boolean sendWithAck() throws IOException, ServerError, MsgTooLargeException {
public Boolean sendWithAck() throws IOException, ServerError, MsgTooLargeException {
return client.sendEventsWithAck(builder.build());
}

Expand Down

0 comments on commit 3132c46

Please sign in to comment.