Merge branch 'develop' into features/JAL-1705_ensembl
[jalview.git] / src / com / stevesoft / pat / Start.java
index 650e7a7..6cc0ce4 100755 (executable)
@@ -7,7 +7,7 @@
 //
 package com.stevesoft.pat;
 
-import java.util.*;
+import java.util.Hashtable;
 
 /** The '^' or the '\A' Pattern, matches the start of a string. */
 class Start extends Pattern