Add TODO for suspicious code

git-svn-id: http://google-refine.googlecode.com/svn/trunk@2320 7d457c2a-affb-35e4-300a-418c747d4874
This commit is contained in:
Tom Morris 2011-10-11 20:14:57 +00:00
parent d4ec9f3279
commit 5c856179cb

View File

@ -223,6 +223,7 @@ public class ExcelImporter extends TabularImportingParserBase {
value = d;
}
} else {
// TODO: Why are we changing input value during import?
String text = cell.getStringCellValue().trim();
if (text.length() > 0) {
value = text;