solomax commented on code in PR #564:
URL: https://github.com/apache/wicket/pull/564#discussion_r1148280573
##########
wicket-core/src/main/java/org/apache/wicket/markup/MarkupFactory.java:
##########
@@ -61,6 +64,8 @@ public static MarkupFactory get()
return Application.get().getMarkupSettings().getMarkupFactory();
}
+ private final LinkedHashMap<IMarkupFilter, Class<? extends
IMarkupFilter>> additionalMarkupFilters = new LinkedHashMap<>();
Review Comment:
IMO it would be better to change `private final LinkedHashMap` -> `private
final Map`
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]