Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEike Stepper2012-06-10 17:49:00 +0000
committerEike Stepper2012-06-10 17:49:00 +0000
commit7da6d92bb04013c8804b2e424e23c5ef33844d37 (patch)
treef302a4e8fd58a6acab4a865f2ac415ae6fe169bc /plugins/org.eclipse.emf.cdo.workspace
parentf6697be0fa991e622ebc7d2ce42137962e19bb5d (diff)
downloadcdo-7da6d92bb04013c8804b2e424e23c5ef33844d37.tar.gz
cdo-7da6d92bb04013c8804b2e424e23c5ef33844d37.tar.xz
cdo-7da6d92bb04013c8804b2e424e23c5ef33844d37.zip
Javadocs
Diffstat (limited to 'plugins/org.eclipse.emf.cdo.workspace')
-rw-r--r--plugins/org.eclipse.emf.cdo.workspace/src/org/eclipse/emf/cdo/spi/workspace/package-info.java16
-rw-r--r--plugins/org.eclipse.emf.cdo.workspace/src/org/eclipse/emf/cdo/workspace/package-info.java2
2 files changed, 17 insertions, 1 deletions
diff --git a/plugins/org.eclipse.emf.cdo.workspace/src/org/eclipse/emf/cdo/spi/workspace/package-info.java b/plugins/org.eclipse.emf.cdo.workspace/src/org/eclipse/emf/cdo/spi/workspace/package-info.java
new file mode 100644
index 0000000000..012f833804
--- /dev/null
+++ b/plugins/org.eclipse.emf.cdo.workspace/src/org/eclipse/emf/cdo/spi/workspace/package-info.java
@@ -0,0 +1,16 @@
+/*
+ * Copyright (c) 2004 - 2012 Eike Stepper (Berlin, Germany) and others.
+ * 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:
+ * Eike Stepper - initial API and implementation
+ */
+
+/**
+ * Server provider interfaces (SPI) for CDO {@link org.eclipse.emf.cdo.workspace.CDOWorkspace workspaces}.
+ */
+package org.eclipse.emf.cdo.spi.workspace;
+
diff --git a/plugins/org.eclipse.emf.cdo.workspace/src/org/eclipse/emf/cdo/workspace/package-info.java b/plugins/org.eclipse.emf.cdo.workspace/src/org/eclipse/emf/cdo/workspace/package-info.java
index 32b1973fc7..e15814d7d1 100644
--- a/plugins/org.eclipse.emf.cdo.workspace/src/org/eclipse/emf/cdo/workspace/package-info.java
+++ b/plugins/org.eclipse.emf.cdo.workspace/src/org/eclipse/emf/cdo/workspace/package-info.java
@@ -10,7 +10,7 @@
*/
/**
- * Concepts to checkout, open and further operate CDO {@link org.eclipse.emf.cdo.workspace.CDOWorkspace workspaces}
+ * Concepts to checkout, open and further operate CDO {@link org.eclipse.emf.cdo.workspace.CDOWorkspace workspaces}.
*/
package org.eclipse.emf.cdo.workspace;

Back to the top