r111337 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r111336‎ | r111337 | r111338 >
Date:23:38, 12 February 2012
Author:oren
Status:ok
Tags:
Comment:
improving type safety of generics
Modified paths:
  • /trunk/lucene-search-3/src/main/java/org/wikimedia/lsearch/frontend/HTTPIndexDaemon.java (modified) (history)

Diff [purge]

Index: trunk/lucene-search-3/src/main/java/org/wikimedia/lsearch/frontend/HTTPIndexDaemon.java
@@ -51,7 +51,7 @@
5252 query.put("text",postData);
5353 }
5454
55 - Collection keys = query.keySet();
 55+ Collection<String> keys = query.keySet();
5656 // find the method of class update daemon
5757 Class[] paramTypes = null;
5858 Object[] params = null;

Status & tagging log