Fix odlparent-3.0.0 checkstyle issues
[mdsal.git] / binding / maven-sal-api-gen-plugin / src / test / java / org / opendaylight / mdsal / binding / yang / unified / doc / generator / maven / YangModuleInfoCompilationTest.java
index c63824a1b1df5c150f79eeff9242a98444e3101a..76163c774209b830158a2af5384835219b57aadb 100644 (file)
@@ -232,7 +232,7 @@ public class YangModuleInfoCompilationTest {
             return method;
         } catch (NoSuchMethodException e) {
             throw new AssertionError("Method " + name + " with args " + Arrays.toString(args)
-                    + " does not exists in class " + clazz.getSimpleName());
+                    + " does not exists in class " + clazz.getSimpleName(), e);
         }
     }