Merge branch 'develop' into features/JAL-1705_ensembl
[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