jdk/src/java.rmi/share/classes/sun/rmi/server/MarshalOutputStream.java
changeset 28059 e576535359cc
parent 27805 e63666f0f666
--- a/jdk/src/java.rmi/share/classes/sun/rmi/server/MarshalOutputStream.java	Fri Dec 12 15:07:00 2014 -0500
+++ b/jdk/src/java.rmi/share/classes/sun/rmi/server/MarshalOutputStream.java	Thu Oct 30 07:31:41 2014 -0700
@@ -88,7 +88,7 @@
     }
 
     /**
-     * Serializes a location from which to load the the specified class.
+     * Serializes a location from which to load the specified class.
      */
     protected void annotateClass(Class<?> cl) throws IOException {
         writeLocation(java.rmi.server.RMIClassLoader.getClassAnnotation(cl));