summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog4
-rw-r--r--org/omg/CORBA/INVALID_ACTIVITY.java2
2 files changed, 5 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 7627f6925..37ac8a9e2 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
2006-01-03 Mark Wielaard <mark@klomp.org>
+ * org/omg/CORBA/INVALID_ACTIVITY.java: Remove non-ascii characters.
+
+2006-01-03 Mark Wielaard <mark@klomp.org>
+
* javax/swing/plaf/metal/MetalLookAndFeel.java (MetalLookAndFeel):
Always call createDefaultTheme().
(createDefaultTheme): Check whether theme is still null.
diff --git a/org/omg/CORBA/INVALID_ACTIVITY.java b/org/omg/CORBA/INVALID_ACTIVITY.java
index a6e60d02a..ae1d92dd7 100644
--- a/org/omg/CORBA/INVALID_ACTIVITY.java
+++ b/org/omg/CORBA/INVALID_ACTIVITY.java
@@ -43,7 +43,7 @@ import java.io.Serializable;
/**
* Raised when the transaction or Activity is resumed in a different context
* than from which it was suspended. It is also raised when the invocation is
- * not incompatible with the Activity’s current state.
+ * not incompatible with the Activity's current state.
*
* @since 1.5
*