Merge branch 'bug/JAL-4214_system_freeze_when_opening_file_using_gui_in_linux' into...
[jalview.git] / src / com / stevesoft / pat / lookAhead.java
index d7d71c3..5f2a1d0 100755 (executable)
@@ -7,7 +7,7 @@
 //
 package com.stevesoft.pat;
 
-import java.util.*;
+import java.util.Hashtable;
 
 /** Implements "(?= )" and "(?! )" */
 class lookAhead extends Or