Fix findbugs violations in netconf
[netconf.git] / netconf / netconf-monitoring / src / main / java / org / opendaylight / netconf / monitoring / xml / model / MonitoringSchema.java
index 57ce954dcea21a17abb18d3e11bc3c4df0801e71..37788249450e980f660f9d2b5df80b1f55f648cf 100644 (file)
@@ -30,7 +30,7 @@ final class MonitoringSchema {
 
     @XmlElement(name = "namespace")
     public String getNamespace() {
-        return schema.getNamespace().getValue().toString();
+        return schema.getNamespace().getValue();
     }
 
     @XmlElement(name = "location")