Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordonald.g.dunne2020-06-24 22:16:51 +0000
committerdonald.g.dunne2020-06-24 22:16:51 +0000
commit35f9aea599eb6b5985fda880cab58cf7e8ef69fd (patch)
tree62450d176f14cf49fd123f1d9688d4558abf9caa
parentde7cc19ab1e101bf7aaf6525ffa7f08e91fc901e (diff)
downloadorg.eclipse.osee-35f9aea599eb6b5985fda880cab58cf7e8ef69fd.tar.gz
org.eclipse.osee-35f9aea599eb6b5985fda880cab58cf7e8ef69fd.tar.xz
org.eclipse.osee-35f9aea599eb6b5985fda880cab58cf7e8ef69fd.zip
Revert "feature[TW17409]: Version 26.0 types"
-rw-r--r--plugins/org.eclipse.osee.framework.core/src/org/eclipse/osee/framework/core/data/OrcsTypesData.java4
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/org.eclipse.osee.framework.core/src/org/eclipse/osee/framework/core/data/OrcsTypesData.java b/plugins/org.eclipse.osee.framework.core/src/org/eclipse/osee/framework/core/data/OrcsTypesData.java
index c862c05adcd..d3cde6abd94 100644
--- a/plugins/org.eclipse.osee.framework.core/src/org/eclipse/osee/framework/core/data/OrcsTypesData.java
+++ b/plugins/org.eclipse.osee.framework.core/src/org/eclipse/osee/framework/core/data/OrcsTypesData.java
@@ -24,7 +24,7 @@ public class OrcsTypesData {
* model/sheets while the current code base works of this specified version.</br>
* </br>
* Version 1 = Corresponds to 0.23.1 and earlier code base</br>
- * Version 2 = Corresponds to 0.24.0 code base Version 3 = Corresponds to 0.25.0 code base
+ * Version 2 = Corresponds to 0.24.0 code base
*/
- public static final Long OSEE_TYPE_VERSION = 4L; // Corresponds to 0.26.0 code base
+ public static final Long OSEE_TYPE_VERSION = 3L; // Corresponds to 0.25.0 code base
} \ No newline at end of file

Back to the top