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:
parent
3b8701aeee
commit
6e41f4ad91
@ -123,6 +123,13 @@ public class JsonImporter extends TreeImportingParserBase {
|
|||||||
return Boolean.FALSE;
|
return Boolean.FALSE;
|
||||||
case VALUE_NULL:
|
case VALUE_NULL:
|
||||||
return null;
|
return null;
|
||||||
|
case END_ARRAY:
|
||||||
|
case END_OBJECT:
|
||||||
|
case FIELD_NAME:
|
||||||
|
case NOT_AVAILABLE:
|
||||||
|
case VALUE_EMBEDDED_OBJECT:
|
||||||
|
default:
|
||||||
|
break;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
return null;
|
return null;
|
||||||
|
Loading…
Reference in New Issue
Block a user