Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEike Stepper2013-07-10 09:10:07 +0000
committerEike Stepper2013-07-10 09:10:07 +0000
commit803ecf2225630cfe132f0ad551a81928dc9a18d1 (patch)
tree0847d6e74975ac63a57ec8ba09a6f3f17a8415fc /plugins
parentc10efed04b77790622e586f166b03933a0964811 (diff)
downloadcdo-803ecf2225630cfe132f0ad551a81928dc9a18d1.tar.gz
cdo-803ecf2225630cfe132f0ad551a81928dc9a18d1.tar.xz
cdo-803ecf2225630cfe132f0ad551a81928dc9a18d1.zip
Remove empty lines
Diffstat (limited to 'plugins')
-rw-r--r--plugins/org.eclipse.emf.cdo.tests/src/org/eclipse/emf/cdo/tests/bugzilla/Bugzilla_381395_Test.java4
1 files changed, 0 insertions, 4 deletions
diff --git a/plugins/org.eclipse.emf.cdo.tests/src/org/eclipse/emf/cdo/tests/bugzilla/Bugzilla_381395_Test.java b/plugins/org.eclipse.emf.cdo.tests/src/org/eclipse/emf/cdo/tests/bugzilla/Bugzilla_381395_Test.java
index 3d0ab0f383..a75600d05d 100644
--- a/plugins/org.eclipse.emf.cdo.tests/src/org/eclipse/emf/cdo/tests/bugzilla/Bugzilla_381395_Test.java
+++ b/plugins/org.eclipse.emf.cdo.tests/src/org/eclipse/emf/cdo/tests/bugzilla/Bugzilla_381395_Test.java
@@ -30,10 +30,8 @@ import org.eclipse.emf.common.notify.impl.AdapterImpl;
@Requires(IModelConfig.CAPABILITY_LEGACY)
public class Bugzilla_381395_Test extends AbstractCDOTest
{
-
public void testAdapterRemoveAfterCDOServerShutdown() throws Exception
{
-
CDOSession session = openSession();
CDOTransaction transaction = session.openTransaction();
CDOResource resource = transaction.createResource(getResourcePath("/my/resource"));
@@ -60,7 +58,6 @@ public class Bugzilla_381395_Test extends AbstractCDOTest
public void testAdapterRemoveAfterCDOViewClosed() throws Exception
{
-
CDOSession session = openSession();
CDOTransaction transaction = session.openTransaction();
CDOResource resource = transaction.createResource(getResourcePath("/my/resource"));
@@ -84,5 +81,4 @@ public class Bugzilla_381395_Test extends AbstractCDOTest
fail("Exception in removal of adapter.");
}
}
-
}

Back to the top