make the latest eclipse happy (it triggers a warning)

git-svn-id: http://google-refine.googlecode.com/svn/trunk@2513 7d457c2a-affb-35e4-300a-418c747d4874
This commit is contained in:
Stefano Mazzocchi 2012-07-12 01:55:11 +00:00
parent 3b8701aeee
commit 6e41f4ad91

View File

@ -123,6 +123,13 @@ public class JsonImporter extends TreeImportingParserBase {
return Boolean.FALSE;
case VALUE_NULL:
return null;
case END_ARRAY:
case END_OBJECT:
case FIELD_NAME:
case NOT_AVAILABLE:
case VALUE_EMBEDDED_OBJECT:
default:
break;
}
}
return null;