Fix checkstyle in mdsal-binding-dom-codec
[mdsal.git] / binding / mdsal-binding-dom-codec / src / main / java / org / opendaylight / mdsal / binding / dom / codec / impl / UnionTypeCodec.java
index e4e186899aaa562625b6f720450c7dde022ff5ca..fd971233f58b822626a716a0645abeb49377e82a 100644 (file)
@@ -67,7 +67,7 @@ final class UnionTypeCodec extends ReflectionBasedCodec {
      *            - union values
      * @param subtype
      *            - subtype of union
-     * @throws NoSuchMethodException
+     * @throws NoSuchMethodException when the getter method is not found
      */
     private static void addLeafrefValueCodec(final Class<?> unionCls, final UnionTypeDefinition unionType,
             final BindingCodecContext bindingCodecContext, final Set<UnionValueOptionContext> values,