/* 99 */ commonConfig.addProperty(value, null);
/* */ }
/* 101 */ else if ("property-value".equals(localName))
/* */ {
/* 103 */ int lastEntry = commonConfig.getProperties().isEmpty() ? 0 : commonConfig.getProperties().size() - 1;
/* 104 */ EndpointProperty p = (EndpointProperty)commonConfig.getProperties().get(lastEntry);
/* 105 */ p.value = value;
/* */ }
/* */ }