mirror of
https://github.com/hapifhir/hapi-fhir.git
synced 2025-02-16 18:05:19 +00:00
Fix a couple of errorprone issues
This commit is contained in:
parent
9ca85b4cf3
commit
22cd9d8641
@ -364,6 +364,7 @@ public class JsonTrackingParser {
|
||||
break;
|
||||
case Eof :
|
||||
throw lexer.error("Unexpected End of File");
|
||||
case End:
|
||||
default:
|
||||
break;
|
||||
}
|
||||
@ -407,6 +408,8 @@ public class JsonTrackingParser {
|
||||
break;
|
||||
case Eof :
|
||||
throw lexer.error("Unexpected End of File");
|
||||
case Boolean:
|
||||
case End:
|
||||
default:
|
||||
break;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user