classpath-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[cp-patches] FYI: gnu/CORBA/Interceptor/Registrator.java (m_prefix): Mad


From: Meskauskas Audrius
Subject: [cp-patches] FYI: gnu/CORBA/Interceptor/Registrator.java (m_prefix): Made static.
Date: Sun, 23 Oct 2005 12:55:34 +0200
User-agent: Mozilla Thunderbird 1.0.2 (Windows/20050317)

2005-10-23  Audrius Meskauskas  <address@hidden>

       * gnu/CORBA/Interceptor/Registrator.java (m_prefix): Made static.
Index: gnu/CORBA/Interceptor/Registrator.java
===================================================================
RCS file: /cvsroot/classpath/classpath/gnu/CORBA/Interceptor/Registrator.java,v
retrieving revision 1.5
diff -u -r1.5 Registrator.java
--- gnu/CORBA/Interceptor/Registrator.java      13 Oct 2005 20:58:54 -0000      
1.5
+++ gnu/CORBA/Interceptor/Registrator.java      23 Oct 2005 10:48:56 -0000
@@ -88,7 +88,7 @@
   /**
    * The agreed properties prefix.
    */
-  public final String m_prefix =
+  public static final String m_prefix =
     "org.omg.PortableInterceptor.ORBInitializerClass.";
 
   /**

reply via email to

[Prev in Thread] Current Thread [Next in Thread]