Fix a few warnings
[yangtools.git] / yang / yang-data-util / src / main / java / org / opendaylight / yangtools / yang / data / util / AbstractNodeDataWithSchema.java
index 861767a9b1327895ffd8b9cfceff63a32be6c3d8..2740a2a1d7b42d20d274280e979e6a00c2e79ca2 100644 (file)
@@ -28,7 +28,8 @@ public abstract class AbstractNodeDataWithSchema {
 
     /**
      * Return the associated schema node.
-     * @return
+     *
+     * @return Associated schema node.
      */
     public final DataSchemaNode getSchema() {
         return schema;