private Object propertyChange(Object object){
try {
return (Object) BeanUtils.cloneBean(object);
} catch (Exception e) {
logger.info("CrawlResult clone failed!");
}
return null;
}
try {
return (Object) BeanUtils.cloneBean(object);
} catch (Exception e) {
logger.info("CrawlResult clone failed!");
}
return null;
}