diff options
-rw-r--r-- | ChangeLog | 4 | ||||
-rw-r--r-- | gnu/CORBA/Interceptor/Registrator.java | 2 |
2 files changed, 5 insertions, 1 deletions
@@ -1,5 +1,9 @@ 2005-10-23 Audrius Meskauskas <AudriusA@Bioinformatics.org> + * gnu/CORBA/Interceptor/Registrator.java (m_prefix): Made static. + +2005-10-23 Audrius Meskauskas <AudriusA@Bioinformatics.org> + * gnu/javax/rmi/CORBA/gnuRmiUtil.java (readValue): Do not read fields of the ObjectImpl. diff --git a/gnu/CORBA/Interceptor/Registrator.java b/gnu/CORBA/Interceptor/Registrator.java index e052cdeb4..4bb895bb3 100644 --- a/gnu/CORBA/Interceptor/Registrator.java +++ b/gnu/CORBA/Interceptor/Registrator.java @@ -88,7 +88,7 @@ public class Registrator extends LocalObject implements ORBInitInfo /** * The agreed properties prefix. */ - public final String m_prefix = + public static final String m_prefix = "org.omg.PortableInterceptor.ORBInitializerClass."; /** |