Drop documentation FIXMEs
[netconf.git] / netconf / sal-netconf-connector / src / main / java / org / opendaylight / netconf / sal / connect / api / NetconfDeviceSchemas.java
index 93559339f296baf71228e715f867b02046c9cebb..ee5c3dfba4d1b0880d77a2b686146a7dd8e7b158 100644 (file)
@@ -5,13 +5,12 @@
  * terms of the Eclipse Public License v1.0 which accompanies this distribution,
  * and is available at http://www.eclipse.org/legal/epl-v10.html
  */
-
 package org.opendaylight.netconf.sal.connect.api;
 
 import java.util.Set;
 import org.opendaylight.yangtools.yang.common.QName;
 
 public interface NetconfDeviceSchemas {
-
+    // FIXME: document this method
     Set<QName> getAvailableYangSchemasQNames();
 }