classpath-patches
[Top][All Lists]
Advanced

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

[cp-patches] Patch: FYI: non-ascii character fix


From: Tom Tromey
Subject: [cp-patches] Patch: FYI: non-ascii character fix
Date: 28 Aug 2005 10:52:09 -0600

I'm checking this in.

This removes a non-ascii character and replaces it with an ordinary
double quote.  This was preventing classpath from building for me.

Tom

Index: ChangeLog
from  Tom Tromey  <address@hidden>

        * org/omg/PortableInterceptor/ORBInitInfoOperations.java: Removed
        non-ascii character.

Index: org/omg/PortableInterceptor/ORBInitInfoOperations.java
===================================================================
RCS file: 
/cvsroot/classpath/classpath/org/omg/PortableInterceptor/ORBInitInfoOperations.java,v
retrieving revision 1.1
diff -u -r1.1 ORBInitInfoOperations.java
--- org/omg/PortableInterceptor/ORBInitInfoOperations.java 28 Aug 2005 11:23:37 
-0000 1.1
+++ org/omg/PortableInterceptor/ORBInitInfoOperations.java 28 Aug 2005 16:51:54 
-0000
@@ -107,7 +107,7 @@
 
   /**
    * Get the CodecFactory that may be needed during the interceptor
-   * initialization. The method ORB.resolve_initial_references (“CodecFactory")
+   * initialization. The method ORB.resolve_initial_references ("CodecFactory")
    * cannot be used during ORB initialization.
    *
    * @return the CodecFactory.




reply via email to

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