Skip to content

Commit

Permalink
deleted unused methods: run and onError
Browse files Browse the repository at this point in the history
  • Loading branch information
muga committed Jul 2, 2012
1 parent 640902b commit 1b2d61c
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions java/src/main/java/org/msgpack/rpc/Request.java
Expand Up @@ -73,12 +73,4 @@ public synchronized void sendResponse(Object result, Object error) {
channel.sendMessage(msg);
channel = null;
}

public void onError(Object result, Object error) {
sendResponse(result, error);
}

public void run(Object result) {
sendResult(result);
}
}

0 comments on commit 1b2d61c

Please sign in to comment.