typeString = typeString.replace(" ", "");
typeString = typeString.toUpperCase();
logger.debug("Return type is " + typeString);
return typeString;
} else {
throw new CruxException(
"Null filter type can not be converted to HBase filter");
}
} else {
throw new CruxException(
"Null filter type can not be converted to HBase filter");
}
}