From 0c4aa58d2a775db50c872ac89bc9acbb50ebe286 Mon Sep 17 00:00:00 2001 From: mkoch 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. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@68577 138bc75d-0d04-0410-961f-82ee72b054a4 --- 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 41819d938f5..93ad1ecf1db 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.2.3