jdk/src/java.rmi/share/classes/sun/rmi/server/MarshalOutputStream.java
changeset 28059 e576535359cc
parent 27805 e63666f0f666
equal deleted inserted replaced
28058:87940c838900 28059:e576535359cc
    86         }
    86         }
    87         return obj;
    87         return obj;
    88     }
    88     }
    89 
    89 
    90     /**
    90     /**
    91      * Serializes a location from which to load the the specified class.
    91      * Serializes a location from which to load the specified class.
    92      */
    92      */
    93     protected void annotateClass(Class<?> cl) throws IOException {
    93     protected void annotateClass(Class<?> cl) throws IOException {
    94         writeLocation(java.rmi.server.RMIClassLoader.getClassAnnotation(cl));
    94         writeLocation(java.rmi.server.RMIClassLoader.getClassAnnotation(cl));
    95     }
    95     }
    96 
    96