JAL-1645 source formatting and organise imports
[jalview.git] / src / com / stevesoft / pat / BackG.java
index 69f7f61..166b58c 100755 (executable)
@@ -7,7 +7,7 @@
 //
 package com.stevesoft.pat;
 
-import java.util.*;
+import java.util.Hashtable;
 
 /** This class represents the \G pattern element. */
 class BackG extends Pattern