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)