[jbpm-commits] JBoss JBPM SVN: r1859 - in jbossbpm/spec/branches/tdiesler/modules: ri/src/main/java/org/jboss/bpm/model/internal and 1 other directory.

do-not-reply at jboss.org do-not-reply at jboss.org
Mon Aug 11 03:14:47 EDT 2008


Author: thomas.diesler at jboss.com
Date: 2008-08-11 03:14:47 -0400 (Mon, 11 Aug 2008)
New Revision: 1859

Removed:
   jbossbpm/spec/branches/tdiesler/modules/api/src/main/java/org/jboss/bpm/model/NoneEventDetail.java
   jbossbpm/spec/branches/tdiesler/modules/ri/src/main/java/org/jboss/bpm/model/internal/NoneEventDetailImpl.java
Modified:
   jbossbpm/spec/branches/tdiesler/modules/api/src/main/java/org/jboss/bpm/model/EventDetail.java
Log:
Remove None event detail

Modified: jbossbpm/spec/branches/tdiesler/modules/api/src/main/java/org/jboss/bpm/model/EventDetail.java
===================================================================
--- jbossbpm/spec/branches/tdiesler/modules/api/src/main/java/org/jboss/bpm/model/EventDetail.java	2008-08-09 14:09:16 UTC (rev 1858)
+++ jbossbpm/spec/branches/tdiesler/modules/api/src/main/java/org/jboss/bpm/model/EventDetail.java	2008-08-11 07:14:47 UTC (rev 1859)
@@ -36,7 +36,7 @@
    */
   public enum EventDetailType
   {
-    None, Message, Timer, Error, Conditional, Link, Signal, Compensate, Cancel, Terminate 
+    Message, Timer, Error, Conditional, Link, Signal, Compensate, Cancel, Terminate 
   };
   
   /**

Deleted: jbossbpm/spec/branches/tdiesler/modules/api/src/main/java/org/jboss/bpm/model/NoneEventDetail.java
===================================================================
--- jbossbpm/spec/branches/tdiesler/modules/api/src/main/java/org/jboss/bpm/model/NoneEventDetail.java	2008-08-09 14:09:16 UTC (rev 1858)
+++ jbossbpm/spec/branches/tdiesler/modules/api/src/main/java/org/jboss/bpm/model/NoneEventDetail.java	2008-08-11 07:14:47 UTC (rev 1859)
@@ -1,35 +0,0 @@
-/*
- * JBoss, Home of Professional Open Source
- * Copyright 2005, JBoss Inc., and individual contributors as indicated
- * by the @authors tag. See the copyright.txt in the distribution for a
- * full listing of individual contributors.
- *
- * This is free software; you can redistribute it and/or modify it
- * under the terms of the GNU Lesser General Public License as
- * published by the Free Software Foundation; either version 2.1 of
- * the License, or (at your option) any later version.
- *
- * This software is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
- * Lesser General Public License for more details.
- *
- * You should have received a copy of the GNU Lesser General Public
- * License along with this software; if not, write to the Free
- * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
- * 02110-1301 USA, or see the FSF site: http://www.fsf.org.
- */
-package org.jboss.bpm.model;
-
-//$Id$
-
-/**
- * The Cancel event detail 
- * 
- * @author thomas.diesler at jboss.com
- * @since 21-Jul-2008
- */
-public interface NoneEventDetail extends EventDetail
-{
-
-}

Deleted: jbossbpm/spec/branches/tdiesler/modules/ri/src/main/java/org/jboss/bpm/model/internal/NoneEventDetailImpl.java
===================================================================
--- jbossbpm/spec/branches/tdiesler/modules/ri/src/main/java/org/jboss/bpm/model/internal/NoneEventDetailImpl.java	2008-08-09 14:09:16 UTC (rev 1858)
+++ jbossbpm/spec/branches/tdiesler/modules/ri/src/main/java/org/jboss/bpm/model/internal/NoneEventDetailImpl.java	2008-08-11 07:14:47 UTC (rev 1859)
@@ -1,41 +0,0 @@
-/*
- * JBoss, Home of Professional Open Source
- * Copyright 2005, JBoss Inc., and individual contributors as indicated
- * by the @authors tag. See the copyright.txt in the distribution for a
- * full listing of individual contributors.
- *
- * This is free software; you can redistribute it and/or modify it
- * under the terms of the GNU Lesser General Public License as
- * published by the Free Software Foundation; either version 2.1 of
- * the License, or (at your option) any later version.
- *
- * This software is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
- * Lesser General Public License for more details.
- *
- * You should have received a copy of the GNU Lesser General Public
- * License along with this software; if not, write to the Free
- * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
- * 02110-1301 USA, or see the FSF site: http://www.fsf.org.
- */
-package org.jboss.bpm.model.internal;
-
-//$Id$
-
-import org.jboss.bpm.model.NoneEventDetail;
-
-/**
- * The None event detail. 
- * 
- * @author thomas.diesler at jboss.com
- * @since 08-Jul-2008
- */
- at SuppressWarnings("serial")
-public class NoneEventDetailImpl extends EventDetailImpl implements NoneEventDetail
-{
-  public EventDetailType getEventDetailType()
-  {
-    return EventDetailType.None;
-  }
-}
\ No newline at end of file




More information about the jbpm-commits mailing list