X-Git-Url: http://source.jalview.org/gitweb/?a=blobdiff_plain;f=src%2Fcom%2Fstevesoft%2Fpat%2FMulti.java;h=7798d1272acdc276f8c8aafaf69ce761ec025d00;hb=236b7a125d995a097de4ee42d022320f382e7027;hp=1fe197d5c864356a02b6c5ecce92a264565b900a;hpb=506d60f0e188723ddc91c26824b41ac7034df3fe;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 */