removed todo comment

Former-commit-id: f501f116076fcdec0871a1535b87b2548c5672ce
This commit is contained in:
Jeremy Long
2013-06-25 22:35:34 -04:00
parent 8323dbc7b5
commit a036b9fc27
2 changed files with 0 additions and 2 deletions

View File

@@ -346,7 +346,6 @@ public class CPEAnalyzer implements Analyzer {
* @return if the append was successful.
*/
private boolean appendWeightedSearch(StringBuilder sb, String field, String searchText, Set<String> weightedText) {
//TODO add a mutator or special analyzer that combines words next to each other and adds them as a key.
sb.append(" ").append(field).append(":( ");
final String cleanText = cleanseText(searchText);

View File

@@ -104,7 +104,6 @@ public class ReportGeneratorTest {
//
// ReportGenerator instance = new ReportGenerator();
// instance.generateReport(templateName, writeTo, properties);
//TODO add an assertion here...
//assertTrue("need to add a real check here", false);
}
}