[Fix] Fix switch fall-through in XmlModelSaxReader

This commit is contained in:
Robert von Burg 2017-09-28 19:09:37 +02:00
parent f4e1ba83ee
commit ba766fdaf5
1 changed files with 2 additions and 0 deletions

View File

@ -365,6 +365,8 @@ public class XmlModelSaxReader extends DefaultHandler {
this.policies = null;
break;
case Tags.POLICY:
case Tags.VERSION:
case Tags.PARAMETER: