lofwyr14 commented on code in PR #271:
URL: https://github.com/apache/myfaces/pull/271#discussion_r931837138


##########
impl/src/main/java/org/apache/myfaces/view/facelets/tag/faces/html/DefaultTagDecorator.java:
##########
@@ -176,7 +176,7 @@ public Tag decorate(Tag tag)
             return null;
         }
         
-        // One or many attributes has the JSF_NAMESPACE attribute set. Check 
empty or
+        // One or many attributes has the Faces_NAMESPACE attribute set. Check 
empty or

Review Comment:
   Here JsfLibrary.NAMESPACE is correct. JSF_NAMESPACE was replaced.



##########
api/src/main/java/jakarta/faces/component/UIViewParameter.java:
##########
@@ -45,7 +45,7 @@
  * TODO: documentation on jsp and pld are not the same. It appear two
  * params: maxlength and for, but no property getter and setter founded here. 
  * If maxlength is used, we can put something like this: 
- * JSFJspProperty(name = "maxlength", returnType = "java.lang.String")

Review Comment:
   This is an annotation. AFAIK the class names will not be renamed.



-- 
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]

Reply via email to