diff options
Diffstat (limited to 'libjava/classpath/org/omg/PortableServer/POAPackage/WrongPolicy.java')
| -rw-r--r-- | libjava/classpath/org/omg/PortableServer/POAPackage/WrongPolicy.java | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libjava/classpath/org/omg/PortableServer/POAPackage/WrongPolicy.java b/libjava/classpath/org/omg/PortableServer/POAPackage/WrongPolicy.java index 9f589d7d644..b2102dcbcc0 100644 --- a/libjava/classpath/org/omg/PortableServer/POAPackage/WrongPolicy.java +++ b/libjava/classpath/org/omg/PortableServer/POAPackage/WrongPolicy.java @@ -1,5 +1,5 @@ /* WrongPolicy.java -- - Copyright (C) 2005 Free Software Foundation, Inc. + Copyright (C) 2005, 2006 Free Software Foundation, Inc. This file is part of GNU Classpath. @@ -49,7 +49,7 @@ import java.io.Serializable; * * @author Audrius Meskauskas, Lithuania (AudriusA@Bioinformatics.org) */ -public class WrongPolicy +public final class WrongPolicy extends UserException implements IDLEntity, Serializable { |

