X-Git-Url: http://source.jalview.org/gitweb/?a=blobdiff_plain;f=src%2Fcom%2Fstevesoft%2Fpat%2FlookAhead.java;h=5f2a1d0d8f4f341abeef2b10f41251538b4991d2;hb=4d7f98a6dd54d9863ba449ec79dcd95d25ed863d;hp=d7d71c37168ae8b7bbfdd07068607d615eaaa0fb;hpb=619cc880371f3228e6a1fb33c6bfb6e7a7e2622c;p=jalview.git diff --git a/src/com/stevesoft/pat/lookAhead.java b/src/com/stevesoft/pat/lookAhead.java index d7d71c3..5f2a1d0 100755 --- a/src/com/stevesoft/pat/lookAhead.java +++ b/src/com/stevesoft/pat/lookAhead.java @@ -7,7 +7,7 @@ // package com.stevesoft.pat; -import java.util.*; +import java.util.Hashtable; /** Implements "(?= )" and "(?! )" */ class lookAhead extends Or