Javadoc fixes
[jabaws.git] / engine / compbio / engine / conf / PropertyHelperManager.java
index 939e5fe..fb35362 100644 (file)
@@ -23,8 +23,6 @@ import java.io.IOException;
 import java.net.URISyntaxException;\r
 import java.net.URL;\r
 \r
-import javax.naming.ConfigurationException;\r
-\r
 import org.apache.log4j.Logger;\r
 \r
 import compbio.util.PropertyHelper;\r
@@ -52,7 +50,7 @@ public final class PropertyHelperManager {
         * \r
         * Try 1 - succeed.\r
         * \r
-        * @return\r
+        * @return an instance\r
         */\r
        public static PropertyHelper getPropertyHelper() {\r
                if (ph == null) {\r
@@ -91,8 +89,9 @@ public final class PropertyHelperManager {
         * binaries WEB-INF classes compbio engine conf If the structure changes it\r
         * must be reflected in this method\r
         * \r
-        * @return\r
-        * @throws ConfigurationException\r
+        * @return the local path\r
+        * @throws RuntimeException\r
+        *             if cannot determine the local path\r
         */\r
        public static String getLocalPath() {\r
                String clname = PropertyHelperManager.class.getSimpleName();\r