From 24ce2fe6cdd8b5a0bc40ab95ff303fed7fdfe0ac Mon Sep 17 00:00:00 2001 From: Michael Koch Date: Fri, 27 Jun 2003 15:58:42 +0000 Subject: 2003-06-27 Michael Koch * java/rmi/server/SkeletonNotFoundException.java (SkeletonNotFoundException): Removed wrong @deprecated tag. * java/rmi/server/UnicastRemoteObject.java (exportObject): Made package-private. From-SVN: r68577 --- libjava/java/rmi/server/SkeletonNotFoundException.java | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'libjava/java/rmi/server/SkeletonNotFoundException.java') diff --git a/libjava/java/rmi/server/SkeletonNotFoundException.java b/libjava/java/rmi/server/SkeletonNotFoundException.java index 41819d9..93ad1ec 100644 --- a/libjava/java/rmi/server/SkeletonNotFoundException.java +++ b/libjava/java/rmi/server/SkeletonNotFoundException.java @@ -35,6 +35,7 @@ this exception to your version of the library, but you are not obligated to do so. If you do not wish to do so, delete this exception statement from your version. */ + package java.rmi.server; import java.rmi.RemoteException; @@ -59,7 +60,6 @@ public class SkeletonNotFoundException extends RemoteException * Create an exception with the specified message. * * @param s the message - * @deprecated no longer needed */ public SkeletonNotFoundException(String s) { @@ -71,7 +71,6 @@ public class SkeletonNotFoundException extends RemoteException * * @param s the message * @param e the cause - * @deprecated no longer needed */ public SkeletonNotFoundException(String s, Exception e) { -- cgit v1.1