Skip to content

Commit

Permalink
AMQP-115: fix method name
Browse files Browse the repository at this point in the history
  • Loading branch information
dsyer committed Mar 14, 2011
1 parent 69269c5 commit 5537336
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ public void handleTrade(TradeResponse response) {
}
}

public void handleMessage(Quote message) {
public void handleQuote(Quote message) {
logger.info("Client received: " + message);
long timestamp = System.currentTimeMillis() - timeout;
for (Iterator<Quote> iterator = quotes.iterator(); iterator.hasNext();) {
Expand Down

0 comments on commit 5537336

Please sign in to comment.