Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/org.eclipse.osee.framework.core/src/org/eclipse/osee/framework/core/enums/OseeCacheEnum.java')
-rw-r--r--plugins/org.eclipse.osee.framework.core/src/org/eclipse/osee/framework/core/enums/OseeCacheEnum.java52
1 files changed, 26 insertions, 26 deletions
diff --git a/plugins/org.eclipse.osee.framework.core/src/org/eclipse/osee/framework/core/enums/OseeCacheEnum.java b/plugins/org.eclipse.osee.framework.core/src/org/eclipse/osee/framework/core/enums/OseeCacheEnum.java
index 6f212c61e3a..121ab59916e 100644
--- a/plugins/org.eclipse.osee.framework.core/src/org/eclipse/osee/framework/core/enums/OseeCacheEnum.java
+++ b/plugins/org.eclipse.osee.framework.core/src/org/eclipse/osee/framework/core/enums/OseeCacheEnum.java
@@ -1,26 +1,26 @@
-/*******************************************************************************
- * Copyright (c) 2009 Boeing.
- * All rights reserved. This program and the accompanying materials
- * are made available under the terms of the Eclipse Public License v1.0
- * which accompanies this distribution, and is available at
- * http://www.eclipse.org/legal/epl-v10.html
- *
- * Contributors:
- * Boeing - initial API and implementation
- *******************************************************************************/
-package org.eclipse.osee.framework.core.enums;
-
-/**
- * @author Roberto E. Escobar
- */
-public enum OseeCacheEnum {
-
- BRANCH_CACHE,
- TRANSACTION_CACHE,
- ARTIFACT_TYPE_CACHE,
- ATTRIBUTE_TYPE_CACHE,
- RELATION_TYPE_CACHE,
- OSEE_ENUM_TYPE_CACHE,
- SESSION_CACHE;
-
-}
+/*******************************************************************************
+ * Copyright (c) 2009 Boeing.
+ * All rights reserved. This program and the accompanying materials
+ * are made available under the terms of the Eclipse Public License v1.0
+ * which accompanies this distribution, and is available at
+ * http://www.eclipse.org/legal/epl-v10.html
+ *
+ * Contributors:
+ * Boeing - initial API and implementation
+ *******************************************************************************/
+package org.eclipse.osee.framework.core.enums;
+
+/**
+ * @author Roberto E. Escobar
+ */
+public enum OseeCacheEnum {
+
+ BRANCH_CACHE,
+ TRANSACTION_CACHE,
+ ARTIFACT_TYPE_CACHE,
+ ATTRIBUTE_TYPE_CACHE,
+ RELATION_TYPE_CACHE,
+ OSEE_ENUM_TYPE_CACHE,
+ SESSION_CACHE;
+
+}

Back to the top