[Minor] Cleanup duplicate switch branch

This commit is contained in:
Robert von Burg 2023-02-13 07:49:02 +01:00
parent 01d07481ff
commit e3ee2fba38
Signed by: eitch
GPG Key ID: 75DB9C85C74331F7
1 changed files with 0 additions and 6 deletions

View File

@ -292,14 +292,8 @@ public class ConfigurationSaxParser extends DefaultHandler {
throws SAXException {
switch (qName) {
case NAME:
this.valueBuffer = new StringBuilder();
break;
case API:
this.valueBuffer = new StringBuilder();
break;
case IMPL:
this.valueBuffer = new StringBuilder();
break;
case DEPENDS:
this.valueBuffer = new StringBuilder();
break;