Improve RT CMS configuration
[gpl/argeo-slc.git] / org.argeo.slc.api / src / org / argeo / slc / execution / RealizedFlow.java
index bf6f3d3cab53961978a1ab60554b09db1ac99b10..c1290a9584f62d83b9b51b72aa06d2ac55e2b101 100644 (file)
@@ -1,25 +1,10 @@
-/*
- * Copyright (C) 2007-2012 Argeo GmbH
- *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
- *
- *         http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
- */
 package org.argeo.slc.execution;
 
 import java.io.Serializable;
 import java.util.HashMap;
 import java.util.Map;
 
-import org.argeo.slc.BasicNameVersion;
+import org.argeo.slc.DefaultNameVersion;
 import org.argeo.slc.NameVersion;
 
 /** A fully configured execution flow, ready to be executed. */
@@ -39,7 +24,7 @@ public class RealizedFlow implements Serializable {
        }
 
        public NameVersion getModuleNameVersion() {
-               return new BasicNameVersion(getModuleName(), getModuleVersion());
+               return new DefaultNameVersion(getModuleName(), getModuleVersion());
        }
 
        public String getModuleVersion() {