X-Git-Url: http://source.jalview.org/gitweb/?a=blobdiff_plain;f=src%2Fcom%2Fstevesoft%2Fpat%2FBoundary.java;h=af79f6623f175441f55534e341e6c217e48886f2;hb=4d7f98a6dd54d9863ba449ec79dcd95d25ed863d;hp=566b20ef9446600e0100486ec3035a349f234c14;hpb=619cc880371f3228e6a1fb33c6bfb6e7a7e2622c;p=jalview.git diff --git a/src/com/stevesoft/pat/Boundary.java b/src/com/stevesoft/pat/Boundary.java index 566b20e..af79f66 100755 --- a/src/com/stevesoft/pat/Boundary.java +++ b/src/com/stevesoft/pat/Boundary.java @@ -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