Salome HOME
Copyrights update 2015.
[tools/siman.git] / Workspace / Siman-Common / src / org / splat / service / SimulationContextTypeService.java
index 10d50f6152dc82dea25943407ded7393554ad743..3c85acfc45098cf492b48bf2adb0c416455f9ce2 100644 (file)
@@ -5,7 +5,7 @@
  * Creation date   22.10.2012
  * @author         $Author$
  * @version        $Revision$
- * @copyright      OPEN CASCADE 2012
+ * @copyright      OPEN CASCADE 2012-2015
  *****************************************************************************/
 
 package org.splat.service;
@@ -32,7 +32,7 @@ public interface SimulationContextTypeService {
         * @throws InvalidPropertyException
         *             if some property of the type to be created is invalid
         */
-       public SimulationContextType createType(String name,
+       SimulationContextType createType(String name,
                        ProjectSettingsService.Step step) throws InvalidPropertyException;
 
        /**
@@ -42,6 +42,6 @@ public interface SimulationContextTypeService {
         *            the type to approve
         * @return true if approval succeeded
         */
-       public boolean approve(SimulationContextType simCtxType);
+       boolean approve(SimulationContextType simCtxType);
 
 }