This commit is contained in:
parent
be804b765d
commit
0a6e6ef4be
|
@ -146,11 +146,13 @@ public class LazyPropertyMap<K, V> extends AbstractLazyPropertyCollection implem
|
|||
this.normalization = normalization;
|
||||
}
|
||||
|
||||
@Input
|
||||
public PropertyNormalization getNormalization() {
|
||||
return normalization;
|
||||
}
|
||||
|
||||
@Override
|
||||
@Input
|
||||
public String getName() {
|
||||
return getKey().toString();
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue