]> SALOME platform Git repositories - tools/siman.git/blobdiff - Workspace/Siman-Common/src/org/splat/service/SimulationContextTypeService.java
Salome HOME
Modifications done to respect PMD rules. Versioning a document is fixed. Validation...
[tools/siman.git] / Workspace / Siman-Common / src / org / splat / service / SimulationContextTypeService.java
index 10d50f6152dc82dea25943407ded7393554ad743..0d73fd5665bfe8fbb0c43b7a06ba79f4d5c79ae9 100644 (file)
@@ -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);
 
 }