summaryrefslogtreecommitdiffstats
path: root/libjava/classpath/org/omg/CORBA/WrongTransactionHolder.java
diff options
context:
space:
mode:
Diffstat (limited to 'libjava/classpath/org/omg/CORBA/WrongTransactionHolder.java')
-rw-r--r--libjava/classpath/org/omg/CORBA/WrongTransactionHolder.java6
1 files changed, 3 insertions, 3 deletions
diff --git a/libjava/classpath/org/omg/CORBA/WrongTransactionHolder.java b/libjava/classpath/org/omg/CORBA/WrongTransactionHolder.java
index 103724f81dd..1ea3e025f94 100644
--- a/libjava/classpath/org/omg/CORBA/WrongTransactionHolder.java
+++ b/libjava/classpath/org/omg/CORBA/WrongTransactionHolder.java
@@ -1,5 +1,5 @@
/* WrongTransactionHolder.java --
- Copyright (C) 2005 Free Software Foundation, Inc.
+ Copyright (C) 2005, 2006 Free Software Foundation, Inc.
This file is part of GNU Classpath.
@@ -48,7 +48,7 @@ import org.omg.CORBA.portable.Streamable;
*
* @author Audrius Meskauskas, Lithuania (AudriusA@Bioinformatics.org)
*/
-public class WrongTransactionHolder implements Streamable
+public final class WrongTransactionHolder implements Streamable
{
/**
* The stored WrongTransaction value.
@@ -74,7 +74,7 @@ public class WrongTransactionHolder implements Streamable
}
/**
- * Fill in the {@link value} by data from the CDR stream.
+ * Fill in the {@link #value} by data from the CDR stream.
*
* @param input the org.omg.CORBA.portable stream to read.
*/
OpenPOWER on IntegriCloud