fix imports in jsp page
Brought to you by:
afathman
line 26 in web/jspspellcheck/spellcheck-dictionary.jsp
should read:
<%@ page
import="java.io.InputStreamReader,com.swabunga.spell.engine.*"%>
... or import SpellDictionaryHashMap and
SpellDictionary individually if you are one of those
people who hates full package wildcard imports.