You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@wicket.apache.org by "solomax (via GitHub)" <gi...@apache.org> on 2023/03/25 04:13:14 UTC

[GitHub] [wicket] solomax commented on a diff in pull request #564: WICKET-7036: MarkupFactory supports IMarkupFilters

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: commits-unsubscribe@wicket.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org