JAL-1645 source formatting and organise imports
[jalview.git] / src / com / stevesoft / pat / Multi.java
index 1fe197d..7798d12 100755 (executable)
@@ -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
    */