Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/org.eclipse.osee.framework.database.init/src/org/eclipse/osee/framework/database/init/AddBaseDbInitChoice.java')
-rw-r--r--plugins/org.eclipse.osee.framework.database.init/src/org/eclipse/osee/framework/database/init/AddBaseDbInitChoice.java44
1 files changed, 22 insertions, 22 deletions
diff --git a/plugins/org.eclipse.osee.framework.database.init/src/org/eclipse/osee/framework/database/init/AddBaseDbInitChoice.java b/plugins/org.eclipse.osee.framework.database.init/src/org/eclipse/osee/framework/database/init/AddBaseDbInitChoice.java
index c4d50bf8744..2f95f67b3b8 100644
--- a/plugins/org.eclipse.osee.framework.database.init/src/org/eclipse/osee/framework/database/init/AddBaseDbInitChoice.java
+++ b/plugins/org.eclipse.osee.framework.database.init/src/org/eclipse/osee/framework/database/init/AddBaseDbInitChoice.java
@@ -1,22 +1,22 @@
-/*******************************************************************************
- * 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.database.init;
-
-/**
- * @author Ryan D. Brooks
- */
-public class AddBaseDbInitChoice implements IAddDbInitChoice {
- public void addDbInitChoice(GroupSelection groupSelection) {
- DbInitConfiguration config = new DbInitConfiguration(true);
- groupSelection.addChoice("Base - for importing branches", config);
- }
-}
+/*******************************************************************************
+ * 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.database.init;
+
+/**
+ * @author Ryan D. Brooks
+ */
+public class AddBaseDbInitChoice implements IAddDbInitChoice {
+ public void addDbInitChoice(GroupSelection groupSelection) {
+ DbInitConfiguration config = new DbInitConfiguration(true);
+ groupSelection.addChoice("Base - for importing branches", config);
+ }
+}

Back to the top