summaryrefslogtreecommitdiffstats
path: root/libjava/java/rmi/server/SkeletonNotFoundException.java
diff options
context:
space:
mode:
authormkoch <mkoch@138bc75d-0d04-0410-961f-82ee72b054a4>2003-06-27 15:58:42 +0000
committermkoch <mkoch@138bc75d-0d04-0410-961f-82ee72b054a4>2003-06-27 15:58:42 +0000
commit0c4aa58d2a775db50c872ac89bc9acbb50ebe286 (patch)
tree86a7dc83a4d66e09a6ff60e4d7bf283b27d98604 /libjava/java/rmi/server/SkeletonNotFoundException.java
parentea8ee3c842854325f940e57549f4284b1b59b5c2 (diff)
downloadppe42-gcc-0c4aa58d2a775db50c872ac89bc9acbb50ebe286.tar.gz
ppe42-gcc-0c4aa58d2a775db50c872ac89bc9acbb50ebe286.zip
2003-06-27 Michael Koch <konqueror@gmx.de>
* 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
Diffstat (limited to 'libjava/java/rmi/server/SkeletonNotFoundException.java')
-rw-r--r--libjava/java/rmi/server/SkeletonNotFoundException.java3
1 files changed, 1 insertions, 2 deletions
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)
{
OpenPOWER on IntegriCloud