X-Git-Url: http://source.jalview.org/gitweb/?a=blobdiff_plain;f=src%2Fjalview%2Futil%2FUrlLink.java;h=00e33b2a83c4beac3ff58895c28b32075635cf3d;hb=c16c1633e1a5acc9f44e4de40b9abbb8a59b99b4;hp=a82ef59dde92689293d14cee018c9b6baf32dbff;hpb=56fd15ca5a6e0dd96930474d1fb02b3c5fb0f00f;p=jalview.git 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;