JAL-1645 source formatting and organise imports
[jalview.git] / src / com / stevesoft / pat / wrap / CharArrayWrap.java
index bde9bd1..5fa0fb0 100755 (executable)
@@ -7,7 +7,8 @@
 //
 package com.stevesoft.pat.wrap;
 
-import com.stevesoft.pat.*;
+import com.stevesoft.pat.BasicStringBufferLike;
+import com.stevesoft.pat.StringLike;
 
 /**
  * This provides a wrapper for a char array so that it can be searched by Regex.