diff --git a/modules/plugins/apache/src/main/java/org/rhq/plugins/apache/ApacheServerComponent.java b/modules/plugins/apache/src/main/java/org/rhq/plugins/apache/ApacheServerComponent.java index d649c826f18..3ce580800e4 100644 --- a/modules/plugins/apache/src/main/java/org/rhq/plugins/apache/ApacheServerComponent.java +++ b/modules/plugins/apache/src/main/java/org/rhq/plugins/apache/ApacheServerComponent.java @@ -592,7 +592,6 @@ public static Map parseBMXInput(String vHost, String bmxUrl) thr type= type.substring(type.indexOf("-")+1); slurpSection(ret, reader, type); - break; } } } catch (Exception e) {