From: jprocter Date: Fri, 26 Mar 2010 13:33:55 +0000 (+0000) Subject: sync for cvs wierdness X-Git-Tag: Release_2_5~106 X-Git-Url: http://source.jalview.org/gitweb/?a=commitdiff_plain;h=499899ef6e62998ca49318b728d2f1da8fb21173;p=jalview.git sync for cvs wierdness --- diff --git a/src/jalview/util/UrlLink.java b/src/jalview/util/UrlLink.java index a82ef59..00e33b2 100644 --- a/src/jalview/util/UrlLink.java +++ b/src/jalview/util/UrlLink.java @@ -29,6 +29,7 @@ public class UrlLink * strings and replace the result in the URL. Regex's operate on the whole ID * string given to the matchURL method, if no regex is supplied, then only * text following the first pipe symbol will be susbstituted. + * Usage documentation todo. */ private String url_suffix, url_prefix, target, label, regexReplace;