src/share/classes/com/sun/corba/se/impl/protocol/LocalClientRequestDispatcherBase.java

changeset 371
e324dfb90c9e
parent 158
91006f157c46
child 748
6845b95cba6b
     1.1 --- a/src/share/classes/com/sun/corba/se/impl/protocol/LocalClientRequestDispatcherBase.java	Thu Nov 17 10:51:17 2011 -0800
     1.2 +++ b/src/share/classes/com/sun/corba/se/impl/protocol/LocalClientRequestDispatcherBase.java	Wed Mar 28 02:50:50 2012 -0700
     1.3 @@ -1,5 +1,5 @@
     1.4  /*
     1.5 - * Copyright (c) 2002, 2003, Oracle and/or its affiliates. All rights reserved.
     1.6 + * Copyright (c) 2002, 2012, Oracle and/or its affiliates. All rights reserved.
     1.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     1.8   *
     1.9   * This code is free software; you can redistribute it and/or modify it
    1.10 @@ -52,7 +52,7 @@
    1.11  
    1.12      // If isNextIsLocalValid.get() == Boolean.TRUE,
    1.13      // the next call to isLocal should be valid
    1.14 -    protected static ThreadLocal isNextCallValid = new ThreadLocal() {
    1.15 +    private static final ThreadLocal isNextCallValid = new ThreadLocal() {
    1.16              protected synchronized Object initialValue() {
    1.17                  return Boolean.TRUE;
    1.18              }

mercurial