Skip to content

Commit

Permalink
Removed a TODO that duplicates Sonar info
Browse files Browse the repository at this point in the history
  • Loading branch information
lrozenblyum committed Dec 15, 2012
1 parent ebfd7d4 commit 875f6fd
Showing 1 changed file with 0 additions and 1 deletion.
Expand Up @@ -121,7 +121,6 @@ public void processInputFromServer() {
goListener.execute(); goListener.execute();
} }


//TODO: not fully test-covered
if ( whatToReceive.startsWith( "usermove" ) && userMoveListener != null ) { if ( whatToReceive.startsWith( "usermove" ) && userMoveListener != null ) {
userMoveListener.execute(); userMoveListener.execute();
} }
Expand Down

0 comments on commit 875f6fd

Please sign in to comment.