sync for cvs wierdness
[jalview.git] / src / jalview / util / UrlLink.java
index 24ea605..00e33b2 100644 (file)
@@ -29,6 +29,7 @@ public class UrlLink
    * strings and replace the result in the URL. Regex's operate on the whole ID\r
    * string given to the matchURL method, if no regex is supplied, then only\r
    * text following the first pipe symbol will be susbstituted.\r
+   * Usage documentation todo.\r
    */\r
   private String url_suffix, url_prefix, target, label, regexReplace;\r
 \r
@@ -171,8 +172,8 @@ public class UrlLink
   }\r
 \r
   /**\r
-   * \r
-   * @return true if URL string could not be parsed properly.\r
+   * Check if URL string was parsed properly.\r
+   * @return boolean - if false then <code>getInvalidMessage</code> returns an error message\r
    */\r
   public boolean isValid()\r
   {\r