[
https://issues.apache.org/jira/browse/TOMEE-2314?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16710206#comment-16710206
]
ASF GitHub Bot commented on TOMEE-2314:
---------------------------------------
Github user rzo1 commented on a diff in the pull request:
https://github.com/apache/tomee/pull/231#discussion_r239105551
--- Diff:
server/openejb-webservices/src/main/java/org/apache/openejb/server/webservices/WsServlet.java
---
@@ -43,7 +43,7 @@
public static final String WEBSERVICE_CONTAINER =
WsServlet.class.getName() + "@WebServiceContainer";
private static final DefaultContext DEFAULT_CONTEXT = new
DefaultContext();
- private static final ThreadLocal<ServletEndpointContext>
endpointContext = new ThreadLocal<ServletEndpointContext>();
+ private static final ThreadLocal<ServletEndpointContext>
ENDPOINTCONTENT = new ThreadLocal<>();
--- End diff --
`ENDPOINT_CONTEXT`
> Code Cleanup: openejb-multicast, openejb-axis, openejb-common-cli,
> openejb-ejbd, openejb-server, openejb-webservices, tomee-common
> ----------------------------------------------------------------------------------------------------------------------------------------
>
> Key: TOMEE-2314
> URL: https://issues.apache.org/jira/browse/TOMEE-2314
> Project: TomEE
> Issue Type: Improvement
> Affects Versions: 7.1.0
> Reporter: Hayri Cicek
> Priority: Trivial
> Labels: pull-request-available
>
> This was little to big but next time will make the JIRA issue for each module
> before start coding
> Modules worked in :
> openejb-multicast,
> openejb-axis,
> openejb-common-cli,
> openejb-ejbd,
> openejb-server,
> openejb-webservices,
> tomee-common,
>
> Usage of dimond operator, remove unused import and Java Doc
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)