View Single Post
  #2 (permalink)  
Old 05-05-2008, 11:51 PM
theonly theonly is offline
Member
 
Join Date: Apr 2008
Posts: 23
theonly is on a distinguished road
I''m not sure without looking at the easyIn class, but is Character defined somewhere.

Code:
boolean b_space = Character.isWhitespace(c);
if not that's where your problem is.
Reply With Quote