Improve javadoc for all addons (#15667)
Signed-off-by: Holger Friedrich <mail@holger-friedrich.de>
This commit is contained in:
@@ -329,7 +329,6 @@ public enum Measurand {
|
||||
if (customizations.length == 0) {
|
||||
this.customizations = null;
|
||||
} else {
|
||||
|
||||
this.customizations = Collections.unmodifiableMap(
|
||||
Arrays.stream(customizations).collect(Collectors.toMap(ParserCustomization::getType,
|
||||
customization -> customization, (a, b) -> b, HashMap::new)));
|
||||
|
||||
Reference in New Issue
Block a user