Cleanup yang-parser-impl
[yangtools.git] / yang / yang-parser-impl / src / main / java / org / opendaylight / yangtools / yang / parser / stmt / reactor / RootStatementContext.java
index 8108cd810e6339ac946c7a534cc47538997dc6c6..03ce9c8c5face706af337b47d176e7bbfb95521e 100644 (file)
@@ -120,7 +120,7 @@ public class RootStatementContext<A, D extends DeclaredStatement<A>, E extends E
     /**
      * @return copy of this considering {@link TypeOfCopy} (augment, uses)
      *
-     * @throws SourceException
+     * @throws SourceException instance of SourceException
      */
     @Override
     public StatementContextBase<?, ?, ?> createCopy(StatementContextBase<?, ?, ?> newParent, TypeOfCopy typeOfCopy)
@@ -131,7 +131,7 @@ public class RootStatementContext<A, D extends DeclaredStatement<A>, E extends E
     /**
      * @return copy of this considering {@link TypeOfCopy} (augment, uses)
      *
-     * @throws SourceException
+     * @throws SourceException instance of SourceException
      */
     @Override
     public StatementContextBase<A, D, E> createCopy(QNameModule newQNameModule,