X-Git-Url: http://source.jalview.org/gitweb/?a=blobdiff_plain;f=src%2Fcom%2Fstevesoft%2Fpat%2FCustom.java;h=3251fa3e06046131edba2b4e713fda8786acd54c;hb=1b464022dd7d919df66738a517b3b46f8126ad98;hp=61879ac08e731a9a9fff5d76c893f523cff6ee8f;hpb=506d60f0e188723ddc91c26824b41ac7034df3fe;p=jalview.git diff --git a/src/com/stevesoft/pat/Custom.java b/src/com/stevesoft/pat/Custom.java index 61879ac..3251fa3 100755 --- a/src/com/stevesoft/pat/Custom.java +++ b/src/com/stevesoft/pat/Custom.java @@ -7,13 +7,13 @@ // package com.stevesoft.pat; -import java.util.*; +import java.util.Hashtable; /** * Simple custom patterns. See deriv2.java and deriv3.java in the - * test directory. + * href="http://javaregex.com/code/deriv3.java.html">deriv3.java in the test + * directory. * * @see com.stevesoft.pat.CustomEndpoint */