JAL-1645 source formatting and organise imports
[jalview.git] / src / com / stevesoft / pat / Boundary.java
index 566b20e..af79f66 100755 (executable)
@@ -7,7 +7,7 @@
 //
 package com.stevesoft.pat;
 
-import java.util.*;
+import java.util.Hashtable;
 
 /** This class implements the word boundary pattern element: \b. */
 class Boundary extends Pattern