summaryrefslogtreecommitdiff
path: root/gnu/javax/rmi/CORBA/GetDelegateInstanceException.java
diff options
context:
space:
mode:
Diffstat (limited to 'gnu/javax/rmi/CORBA/GetDelegateInstanceException.java')
-rw-r--r--gnu/javax/rmi/CORBA/GetDelegateInstanceException.java6
1 files changed, 3 insertions, 3 deletions
diff --git a/gnu/javax/rmi/CORBA/GetDelegateInstanceException.java b/gnu/javax/rmi/CORBA/GetDelegateInstanceException.java
index 7d98bb57b..f8aca0d47 100644
--- a/gnu/javax/rmi/CORBA/GetDelegateInstanceException.java
+++ b/gnu/javax/rmi/CORBA/GetDelegateInstanceException.java
@@ -1,4 +1,4 @@
-/* GetDelegateInstanceException.java --
+/* GetDelegateInstanceException.java --
Copyright (C) 2002, 2004 Free Software Foundation, Inc.
This file is part of GNU Classpath.
@@ -42,12 +42,12 @@ public class GetDelegateInstanceException
extends Exception
{
private Throwable next;
-
+
public GetDelegateInstanceException(String msg)
{
super(msg);
}
-
+
public GetDelegateInstanceException(String msg, Throwable next)
{
super(msg, next);