Correct (Un)qualifiedQName javadoc
[yangtools.git] / yang / yang-common / src / main / java / org / opendaylight / yangtools / yang / common / QualifiedQName.java
index 72be15e04561209583d81a372294cc607b47690c..1c12ecb4cf51ab8025eb411b00c014721d393609 100644 (file)
@@ -44,11 +44,11 @@ public final class QualifiedQName extends AbstractQName implements Comparable<Qu
     }
 
     /**
-     * Read an UnboundQName from a DataInput. The format is expected to match the output format of
+     * Read an QualifiedQName from a DataInput. The format is expected to match the output format of
      * {@link #writeTo(DataOutput)}.
      *
      * @param in DataInput to read
-     * @return An UnboundQName instance
+     * @return An QualifiedQName instance
      * @throws IOException if I/O error occurs
      */
     public static QualifiedQName readFrom(final DataInput in) throws IOException {