Github user rzo1 commented on a diff in the pull request:

    https://github.com/apache/tomee/pull/231#discussion_r239105687
  
    --- Diff: 
server/openejb-webservices/src/main/java/org/apache/openejb/server/webservices/saaj/SaajUniverse.java
 ---
    @@ -47,7 +47,7 @@ private static void setProperty(String name, String 
value) {
         public static final Type AXIS1 = Type.AXIS1;
         public static final Type AXIS2 = Type.AXIS2;
     
    -    private static final ThreadLocal<LinkedList<Type>> currentUniverse =
    +    private static final ThreadLocal<LinkedList<Type>> CURRENTUNIVERSE =
    --- End diff --
    
    `CURRENT_UNIVERSE`


---

Reply via email to