| author | Rainer Pielmann | 2012-02-28 08:31:29 (EST) |
|---|---|---|
| committer | Stephan Born | 2012-04-23 07:39:40 (EDT) |
| commit | f9d011eb5d860c5fe8e53d7bba6661599eacf9fa (patch) (side-by-side diff) | |
| tree | 1661dc8873bbf1e700806bb246309d2ae5f7b5ea | |
| parent | 2cff147ffa24c7d55bd3cc93f2b5850bf788874c (diff) | |
| download | org.eclipse.stardust.engine-f9d011eb5d860c5fe8e53d7bba6661599eacf9fa.zip org.eclipse.stardust.engine-f9d011eb5d860c5fe8e53d7bba6661599eacf9fa.tar.gz org.eclipse.stardust.engine-f9d011eb5d860c5fe8e53d7bba6661599eacf9fa.tar.bz2 | |
CRNT-23823 Adapt build process in order to compile product with Java6 (fixed encoding issue)
git-svn-id: http://emeafrazerg/svn/ipp/product/trunk/stardust/engine@54111 8100b5e0-4d52-466c-ae9c-bdeccbdeaf6b
| -rw-r--r-- | stardust-engine-core/src/main/java/org/eclipse/stardust/engine/api/ejb2/tunneling/beans/TunnelingAdministrationServiceImpl.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/stardust-engine-core/src/main/java/org/eclipse/stardust/engine/api/ejb2/tunneling/beans/TunnelingAdministrationServiceImpl.java b/stardust-engine-core/src/main/java/org/eclipse/stardust/engine/api/ejb2/tunneling/beans/TunnelingAdministrationServiceImpl.java index f0e307a..6367ff3 100644 --- a/stardust-engine-core/src/main/java/org/eclipse/stardust/engine/api/ejb2/tunneling/beans/TunnelingAdministrationServiceImpl.java +++ b/stardust-engine-core/src/main/java/org/eclipse/stardust/engine/api/ejb2/tunneling/beans/TunnelingAdministrationServiceImpl.java @@ -1166,7 +1166,7 @@ public class TunnelingAdministrationServiceImpl extends org.eclipse.stardust.eng * parameter is true,
* the execution of activities is performed in the calling thread only up to the first
* transition marked
- * with “Fork on Traversal”, from that point on execution is asynchronous.
+ * with "Fork on Traversal", from that point on execution is asynchronous. *
* @param modelOID the model where the process is defined.
* @param id the ID of the process to start.
|

