summaryrefslogtreecommitdiff
path: root/org
diff options
context:
space:
mode:
authorMark Wielaard <mark@klomp.org>2006-01-03 22:54:57 +0000
committerMark Wielaard <mark@klomp.org>2006-01-03 22:54:57 +0000
commit190441898273ba62d30a19e68ac52913f0de1a82 (patch)
tree3f01a64d467f44096f1112b6ee4aae3e0629cff3 /org
parent0e16ce91a114d051f51f26217cfeb29b255c0fe9 (diff)
downloadclasspath-190441898273ba62d30a19e68ac52913f0de1a82.tar.gz
* org/omg/CORBA/INVALID_ACTIVITY.java: Remove non-ascii characters.
Diffstat (limited to 'org')
-rw-r--r--org/omg/CORBA/INVALID_ACTIVITY.java2
1 files changed, 1 insertions, 1 deletions
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
*