X-Git-Url: http://source.jalview.org/gitweb/?a=blobdiff_plain;f=src%2Fcom%2Fstevesoft%2Fpat%2FlookAhead.java;h=5f2a1d0d8f4f341abeef2b10f41251538b4991d2;hb=3ba65b98445f192453664357a1df25128fe07c84;hp=d7d71c37168ae8b7bbfdd07068607d615eaaa0fb;hpb=506d60f0e188723ddc91c26824b41ac7034df3fe;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