Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
removed invalid FIXME (#40)
  • Loading branch information
FroMage committed Sep 4, 2012
1 parent 86fe624 commit 5c2deee
Showing 1 changed file with 0 additions and 1 deletion.
Expand Up @@ -399,7 +399,6 @@ public void onOK(Parser p) {

protected void parseSearchModulesResponse(Parser p, ModuleSearchResult result) {
SortedSet<String> authors = new TreeSet<String>();
// FIXME: version comparator
SortedSet<String> versions = new TreeSet<String>();

p.moveToOpenTag("results");
Expand Down

0 comments on commit 5c2deee

Please sign in to comment.