1 package net.sf.msplice.model.condition; 2 3 public class EmptyStringCondition { 4 5 // return StringUtils.isEmpty(aString); 6 7 }