asbachb commented on code in PR #6096:
URL: https://github.com/apache/netbeans/pull/6096#discussion_r1246150258
##########
enterprise/web.jsf.editor/src/org/netbeans/modules/web/jsf/editor/facelets/CompositeComponentLibrary.java:
##########
@@ -89,7 +90,7 @@ public LibraryType getType() {
@Override
public String getDefaultNamespace() {
- return LibraryUtils.getCompositeLibraryURL(getLibraryName(),
support.getJsfSupport().isJsf22Plus());
+ return LibraryUtils.getCompositeLibraryURL(getLibraryName(),
support.getJsfSupport().getJsfVersion().isAtLeast(JsfVersion.JSF_2_2));
Review Comment:
Actually I did not checked the context of that change tbh. I just wanted to
get rid of the `isJsf**Plus` methods and use something more generic.
This was one call where such a method was used so I replaced it with the
corresponding call.
--
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]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]
For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists