src/share/classes/com/sun/corba/se/impl/interceptors/ClientRequestInfoImpl.java

changeset 371
e324dfb90c9e
parent 240
f90b3e014e83
child 748
6845b95cba6b
     1.1 --- a/src/share/classes/com/sun/corba/se/impl/interceptors/ClientRequestInfoImpl.java	Thu Nov 17 10:51:17 2011 -0800
     1.2 +++ b/src/share/classes/com/sun/corba/se/impl/interceptors/ClientRequestInfoImpl.java	Wed Mar 28 02:50:50 2012 -0700
     1.3 @@ -1,5 +1,5 @@
     1.4  /*
     1.5 - * Copyright (c) 2000, 2010, Oracle and/or its affiliates. All rights reserved.
     1.6 + * Copyright (c) 2000, 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 @@ -217,7 +217,7 @@
    1.11  
    1.12      // ClientRequestInfo validity table (see ptc/00-08-06 table 21-1).
    1.13      // Note: These must be in the same order as specified in contants.
    1.14 -    protected static final boolean validCall[][] = {
    1.15 +    private static final boolean validCall[][] = {
    1.16          // LEGEND:
    1.17          // s_req = send_request     r_rep = receive_reply
    1.18          // s_pol = send_poll        r_exc = receive_exception

mercurial