diff --git a/src/test/java/org/apache/maven/plugins/ejb/utils/JarContentChecker.java b/src/test/java/org/apache/maven/plugins/ejb/utils/JarContentChecker.java index c2406d3..05749e5 100644 --- a/src/test/java/org/apache/maven/plugins/ejb/utils/JarContentChecker.java +++ b/src/test/java/org/apache/maven/plugins/ejb/utils/JarContentChecker.java @@ -62,7 +62,7 @@ public void addFile( File file ) * files with the same file name but with different data will not * be considered. * - * @param jarFile + * @param jarFile the Jar file * @return boolean */ public boolean isOK( JarFile jarFile )