BUG-865: remove String-based getDataChildByName()
[controller.git] / opendaylight / md-sal / sal-dom-broker / src / main / java / org / opendaylight / controller / sal / dom / broker / util / ProxySchemaContext.java
index 311055f4b40d8e325e43a09904c3ea665c59b437..660fb94c12219a71e3b58278d2f6043c9281aa23 100644 (file)
@@ -3,7 +3,7 @@
  *
  * This program and the accompanying materials are made available under the
  * terms of the Eclipse Public License v1.0 which accompanies this distribution,
- * and is available at http://www.eclipse.org/legal/epl-v10.html.
+ * and is available at http://www.eclipse.org/legal/epl-v10.html
  */
 
 package org.opendaylight.controller.sal.dom.broker.util;
@@ -126,11 +126,6 @@ public class ProxySchemaContext implements SchemaContext {
         return getCurrentSchema().getDataChildByName(qName);
     }
 
-    @Override
-    public DataSchemaNode getDataChildByName(final String s) {
-        return getCurrentSchema().getDataChildByName(s);
-    }
-
     @Override
     public Set<UsesNode> getUses() {
         return getCurrentSchema().getUses();