コード例 #1
0
 public boolean hasDirectionError(ScServletData data) {
   return !_direction.validate(data);
 }