You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@myfaces.apache.org by GitBox <gi...@apache.org> on 2022/10/18 23:14:27 UTC

[GitHub] [myfaces] pnicolucci opened a new pull request, #355: MYFACES-4455: Add implementz to _HtmlDoctype JSFComponent

pnicolucci opened a new pull request, #355:
URL: https://github.com/apache/myfaces/pull/355

   https://issues.apache.org/jira/browse/MYFACES-4455
   
   Previous to this fix:
   `public class HtmlDoctype extends jakarta.faces.component.UIOutput`
   
   After this fix:
   ```
   public class HtmlDoctype extends jakarta.faces.component.UIOutput
       implements jakarta.faces.component.Doctype
   ```


-- 
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: dev-unsubscribe@myfaces.apache.org

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


[GitHub] [myfaces] pnicolucci merged pull request #355: MYFACES-4455: Add implementz to _HtmlDoctype JSFComponent

Posted by GitBox <gi...@apache.org>.
pnicolucci merged PR #355:
URL: https://github.com/apache/myfaces/pull/355


-- 
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: dev-unsubscribe@myfaces.apache.org

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