Salome HOME
Fix of study configuration modification: all document types are available now for...
[tools/siman.git] / Workspace / Siman-Common / src / org / splat / dal / bo / kernel / Any.java
index e131b6a62a32a8ff58b418397112133f3284c303..1887b33e0513579942d828579c1dc3c3143d8bf1 100644 (file)
@@ -35,7 +35,6 @@ public abstract class Any extends Persistent {
        // Initialization constructors
        protected Any(final ObjectProperties oprop) throws MissedPropertyException,
                        InvalidPropertyException, MultiplyDefinedException {
-               // --------------------------------------
                super(oprop);
        }