diff options
Diffstat (limited to 'source/com/c2kernel/lifecycle/ActivityDef.java')
| -rw-r--r--[-rwxr-xr-x] | source/com/c2kernel/lifecycle/ActivityDef.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source/com/c2kernel/lifecycle/ActivityDef.java b/source/com/c2kernel/lifecycle/ActivityDef.java index fd6f646..42385a4 100755..100644 --- a/source/com/c2kernel/lifecycle/ActivityDef.java +++ b/source/com/c2kernel/lifecycle/ActivityDef.java @@ -23,7 +23,7 @@ public class ActivityDef extends WfVertexDef implements C2KLocalObject */
public ActivityDef()
{
- mErrors = new Vector(0, 1);
+ mErrors = new Vector<String>(0, 1);
setProperties(new WfCastorHashMap());
setIsLayoutable(false);
getProperties().put(StateMachine.SKIPPABLE, new Boolean(false));
|
