GitHub user andymc12 opened a pull request:

    https://github.com/apache/cxf/pull/301

    [CXF-7462] Minor improvements to OutboundSseEventImpl

    1) Make the fields final to reflect that the event is immutable.
    2) Use defaults for the data type (String.class) and media type
    (SERVER_SENT_EVENT_TYPE).
    3) Restrict the constructor's visibility.
    
    New tests.

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/andymc12/cxf experiment-sse

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/cxf/pull/301.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #301
    
----
commit 02f7a8b330ded2e97d7920529644433b4b6ac87f
Author: Andy McCright <j.andrew.mccri...@gmail.com>
Date:   2017-08-01T16:32:40Z

    [CXF-7462] Minor improvements to OutboundSseEventImpl
    
    1) Make the fields final to reflect that the event is immutable.
    2) Use defaults for the data type (String.class) and media type
    (SERVER_SENT_EVENT_TYPE).
    3) Restrict the constructor's visibility.
    
    New tests.

----


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

Reply via email to