};
}
@Override
protected HashStrategy newHashStrategy() {
return new ConfigurableHashStrategy() {
@Override
protected Properties newProperties() {
final Properties props = new Properties();
updatePropertiesWithConfiguration(props, ConfigurableHashStrategy.KEY);
return props;