You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@myfaces.apache.org by "Paul Nicolucci (JIRA)" <de...@myfaces.apache.org> on 2018/03/30 18:13:00 UTC

[jira] [Created] (MYFACES-4215) Update WebsocketEvent.getUser() signature

Paul Nicolucci created MYFACES-4215:
---------------------------------------

             Summary: Update WebsocketEvent.getUser() signature
                 Key: MYFACES-4215
                 URL: https://issues.apache.org/jira/browse/MYFACES-4215
             Project: MyFaces Core
          Issue Type: Bug
          Components: JSR-372
    Affects Versions: 2.3.0
            Reporter: Paul Nicolucci
            Assignee: Paul Nicolucci


[https://javaserverfaces.github.io/docs/2.3/javadocs/javax/faces/event/WebsocketEvent.html#getUser--]

 

The signature of the method should be:

public <S extends java.io.Serializable> S getUser()

 

Currently it is :

public Serializable getUser()



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)