X-Git-Url: http://source.jalview.org/gitweb/?a=blobdiff_plain;f=src%2Fcom%2Fstevesoft%2Fpat%2FMulti.java;h=7798d1272acdc276f8c8aafaf69ce761ec025d00;hb=4d7f98a6dd54d9863ba449ec79dcd95d25ed863d;hp=1fe197d5c864356a02b6c5ecce92a264565b900a;hpb=619cc880371f3228e6a1fb33c6bfb6e7a7e2622c;p=jalview.git diff --git a/src/com/stevesoft/pat/Multi.java b/src/com/stevesoft/pat/Multi.java index 1fe197d..7798d12 100755 --- a/src/com/stevesoft/pat/Multi.java +++ b/src/com/stevesoft/pat/Multi.java @@ -7,7 +7,7 @@ // package com.stevesoft.pat; -import java.util.*; +import java.util.Hashtable; /** * Matches any number of instances of sub Pattern this was the hardest method to @@ -38,11 +38,11 @@ class Multi extends PatternSub /** * @param a - * The fewest number of times the sub pattern can match. + * The fewest number of times the sub pattern can match. * @param b - * The maximum number of times the sub pattern can match. + * The maximum number of times the sub pattern can match. * @param p - * The sub pattern. + * The sub pattern. * @see Multi_stage2 * @see MultiMin */