scottbw / Xcri4j

Java Library for parsing XCRI documents
MIT License
4 stars 2 forks source link

Bugfix to String equals #4

Closed oucs0130 closed 12 years ago

oucs0130 commented 12 years ago

this.getValue() was returning "\n \n " so I've added a .trim() to remove whitespace and I've changed != to .isEmpty()