Skip to main content

This CGIT instance is deprecated, and repositories have been moved to Gitlab or Github. See the repository descriptions for specific locations.

summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEike Stepper2010-10-23 15:17:08 +0000
committerEike Stepper2010-10-23 15:17:08 +0000
commit8ac928fe67b1496f78d248db03505366099e6342 (patch)
tree5f3f9bd02e405548cb166bdefdf9733477ed4d5b /plugins/org.eclipse.emf.cdo.workspace.efs
parent3f0cb57fbfc41ff2078da7e16eb9067623d3822d (diff)
downloadcdo-8ac928fe67b1496f78d248db03505366099e6342.tar.gz
cdo-8ac928fe67b1496f78d248db03505366099e6342.tar.xz
cdo-8ac928fe67b1496f78d248db03505366099e6342.zip
[327405] Provide an offline CDOWorkspace with Checkout/Update/Commit workflows
https://bugs.eclipse.org/bugs/show_bug.cgi?id=327405
Diffstat (limited to 'plugins/org.eclipse.emf.cdo.workspace.efs')
-rw-r--r--plugins/org.eclipse.emf.cdo.workspace.efs/src/org/eclipse/emf/cdo/workspace/internal/efs/CDOWorkspaceStore.java1
1 files changed, 0 insertions, 1 deletions
diff --git a/plugins/org.eclipse.emf.cdo.workspace.efs/src/org/eclipse/emf/cdo/workspace/internal/efs/CDOWorkspaceStore.java b/plugins/org.eclipse.emf.cdo.workspace.efs/src/org/eclipse/emf/cdo/workspace/internal/efs/CDOWorkspaceStore.java
index 2fa8d3becc..514a1c2217 100644
--- a/plugins/org.eclipse.emf.cdo.workspace.efs/src/org/eclipse/emf/cdo/workspace/internal/efs/CDOWorkspaceStore.java
+++ b/plugins/org.eclipse.emf.cdo.workspace.efs/src/org/eclipse/emf/cdo/workspace/internal/efs/CDOWorkspaceStore.java
@@ -160,7 +160,6 @@ public final class CDOWorkspaceStore extends AbstractFileStore
@Override
public InputStream openInputStream(int options, IProgressMonitor monitor) throws CoreException
{
- // TODO: implement CDOWorkspaceStore.openInputStream(options, monitor)
throw new UnsupportedOperationException();
}

Back to the top