Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/org.eclipse.emf.cdo.tests/src/org/eclipse/emf/cdo/tests/bugzilla/Bugzilla_260764_Test.java')
-rw-r--r--plugins/org.eclipse.emf.cdo.tests/src/org/eclipse/emf/cdo/tests/bugzilla/Bugzilla_260764_Test.java6
1 files changed, 3 insertions, 3 deletions
diff --git a/plugins/org.eclipse.emf.cdo.tests/src/org/eclipse/emf/cdo/tests/bugzilla/Bugzilla_260764_Test.java b/plugins/org.eclipse.emf.cdo.tests/src/org/eclipse/emf/cdo/tests/bugzilla/Bugzilla_260764_Test.java
index 21e723aa82..4d1956b1ea 100644
--- a/plugins/org.eclipse.emf.cdo.tests/src/org/eclipse/emf/cdo/tests/bugzilla/Bugzilla_260764_Test.java
+++ b/plugins/org.eclipse.emf.cdo.tests/src/org/eclipse/emf/cdo/tests/bugzilla/Bugzilla_260764_Test.java
@@ -25,7 +25,7 @@ import org.eclipse.emf.cdo.view.CDOAdapterPolicy;
* CDO wrong feature on notification when multiple super types
* <p>
* See bug 260764
- *
+ *
* @author Simon McDuff
*/
public class Bugzilla_260764_Test extends AbstractCDOTest
@@ -54,8 +54,8 @@ public class Bugzilla_260764_Test extends AbstractCDOTest
final CDOSession session2 = openSession();
final CDOTransaction transaction2 = session2.openTransaction();
- final OrderAddress orderAddress2 = (OrderAddress)CDOUtil.getEObject(transaction2.getObject(
- CDOUtil.getCDOObject(orderAddress).cdoID(), true));
+ final OrderAddress orderAddress2 = (OrderAddress)CDOUtil
+ .getEObject(transaction2.getObject(CDOUtil.getCDOObject(orderAddress).cdoID(), true));
OrderDetail orderDetail = getModel1Factory().createOrderDetail();
orderAddress2.getOrderDetails().add(orderDetail);

Back to the top