From commits-return-44408-archive-asf-public=cust-asf.ponee.io@tomee.apache.org Wed Dec 5 16:15:06 2018 Return-Path: X-Original-To: archive-asf-public@cust-asf.ponee.io Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by mx-eu-01.ponee.io (Postfix) with SMTP id 39FB118067A for ; Wed, 5 Dec 2018 16:15:06 +0100 (CET) Received: (qmail 91091 invoked by uid 500); 5 Dec 2018 15:15:05 -0000 Mailing-List: contact commits-help@tomee.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@tomee.apache.org Delivered-To: mailing list commits@tomee.apache.org Received: (qmail 90927 invoked by uid 500); 5 Dec 2018 15:15:05 -0000 Delivered-To: apmail-openejb-commits@openejb.apache.org Received: (qmail 90890 invoked by uid 99); 5 Dec 2018 15:15:05 -0000 Received: from pnap-us-west-generic-nat.apache.org (HELO spamd4-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 05 Dec 2018 15:15:05 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd4-us-west.apache.org (ASF Mail Server at spamd4-us-west.apache.org) with ESMTP id D6BDFC21E1 for ; Wed, 5 Dec 2018 15:15:04 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd4-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: -109.501 X-Spam-Level: X-Spam-Status: No, score=-109.501 tagged_above=-999 required=6.31 tests=[ENV_AND_HDR_SPF_MATCH=-0.5, KAM_ASCII_DIVIDERS=0.8, RCVD_IN_DNSWL_MED=-2.3, SPF_PASS=-0.001, USER_IN_DEF_SPF_WL=-7.5, USER_IN_WHITELIST=-100] autolearn=disabled Received: from mx1-lw-us.apache.org ([10.40.0.8]) by localhost (spamd4-us-west.apache.org [10.40.0.11]) (amavisd-new, port 10024) with ESMTP id wA_6aK-mzH-c for ; Wed, 5 Dec 2018 15:15:03 +0000 (UTC) Received: from mailrelay1-us-west.apache.org (mailrelay1-us-west.apache.org [209.188.14.139]) by mx1-lw-us.apache.org (ASF Mail Server at mx1-lw-us.apache.org) with ESMTP id 63AB35FE3B for ; Wed, 5 Dec 2018 15:15:02 +0000 (UTC) Received: from jira-lw-us.apache.org (unknown [207.244.88.139]) by mailrelay1-us-west.apache.org (ASF Mail Server at mailrelay1-us-west.apache.org) with ESMTP id 77543E2638 for ; Wed, 5 Dec 2018 15:15:01 +0000 (UTC) Received: from jira-lw-us.apache.org (localhost [127.0.0.1]) by jira-lw-us.apache.org (ASF Mail Server at jira-lw-us.apache.org) with ESMTP id 9DA922777B for ; Wed, 5 Dec 2018 15:15:00 +0000 (UTC) Date: Wed, 5 Dec 2018 15:15:00 +0000 (UTC) From: "ASF GitHub Bot (JIRA)" To: commits@openejb.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (TOMEE-2314) Code Cleanup: openejb-multicast, openejb-axis, openejb-common-cli, openejb-ejbd, openejb-server, openejb-webservices, tomee-common MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/TOMEE-2314?page=3Dcom.atlassian= .jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=3D1671= 0206#comment-16710206 ]=20 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 =20 --- Diff: server/openejb-webservices/src/main/java/org/apache/openejb/s= erver/webservices/WsServlet.java --- @@ -43,7 +43,7 @@ public static final String WEBSERVICE_CONTAINER =3D WsServlet.clas= s.getName() + "@WebServiceContainer"; =20 private static final DefaultContext DEFAULT_CONTEXT =3D new Defaul= tContext(); - private static final ThreadLocal endpointC= ontext =3D new ThreadLocal(); + private static final ThreadLocal ENDPOINTC= ONTENT =3D new ThreadLocal<>(); --- End diff -- =20 `ENDPOINT_CONTEXT` > Code Cleanup: openejb-multicast, openejb-axis, openejb-common-cli, ope= nejb-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=C2=A0JIRA issue for ea= ch module=C2=A0 before start coding=C2=A0 > Modules worked in : > openejb-multicast, > openejb-axis, > openejb-common-cli, > openejb-ejbd, > openejb-server, > openejb-webservices, > tomee-common, > =C2=A0 > Usage of dimond operator, remove unused import and Java Doc -- This message was sent by Atlassian JIRA (v7.6.3#76005)