Javadoc fixes
[jabaws.git] / engine / compbio / engine / client / PathValidator.java
index 92c5999..a10d82e 100644 (file)
@@ -82,7 +82,7 @@ public final class PathValidator {
         * Whether a certain path is absolute or not is operation system dependent!\r
         * \r
         * @param path\r
-        * @return\r
+        * @return true is the path is absolute, false otherwise\r
         */\r
        public static boolean isAbsolutePath(String path) {\r
                assert path != null : "Path is NULL! Not NULL path expected";\r