Skip to content

Commit

Permalink
additional spelling fix.
Browse files Browse the repository at this point in the history
  • Loading branch information
willscott committed May 1, 2012
1 parent 3b9f1da commit 548415e
Showing 1 changed file with 6 additions and 1 deletion.
Expand Up @@ -97,6 +97,11 @@ public void socketUpdated() throws IOException {
public DatagramRateLimiter getMainRateLimiter() {
return rateLimiter;
}

@SuppressWarnings("unused")
public String getDesc() {
return this.desc;
}
}

MockDatagramConnectionManager manager1;
Expand Down Expand Up @@ -222,7 +227,7 @@ public boolean isLanLocal() {
// before the OK message, but in the test the ok message will arrive
// before so we need to trigger a manual ok message since the first one
// was dropped.
conn1.sendUpdOK();
conn1.sendUdpOK();
manager2.receive();

Assert.assertEquals(conn1.sendState, SendState.ACTIVE);
Expand Down

0 comments on commit 548415e

Please sign in to comment.