Index: trunk/lucene-search-3/src/main/java/org/wikimedia/lsearch/frontend/HTTPIndexDaemon.java |
— | — | @@ -51,7 +51,7 @@ |
52 | 52 | query.put("text",postData); |
53 | 53 | } |
54 | 54 | |
55 | | - Collection keys = query.keySet(); |
| 55 | + Collection<String> keys = query.keySet(); |
56 | 56 | // find the method of class update daemon |
57 | 57 | Class[] paramTypes = null; |
58 | 58 | Object[] params = null; |