From 89bdb56d4cf31e285c34f0f76654760e5b2c105c Mon Sep 17 00:00:00 2001 From: Eike Stepper Date: Fri, 5 Feb 2010 09:44:02 +0000 Subject: fixed warnings --- .../src/org/eclipse/emf/cdo/defs/impl/CDOAuditDefImpl.java | 4 ---- 1 file changed, 4 deletions(-) (limited to 'plugins/org.eclipse.emf.cdo.defs') diff --git a/plugins/org.eclipse.emf.cdo.defs/src/org/eclipse/emf/cdo/defs/impl/CDOAuditDefImpl.java b/plugins/org.eclipse.emf.cdo.defs/src/org/eclipse/emf/cdo/defs/impl/CDOAuditDefImpl.java index b6a76638d4..690dab3aa0 100644 --- a/plugins/org.eclipse.emf.cdo.defs/src/org/eclipse/emf/cdo/defs/impl/CDOAuditDefImpl.java +++ b/plugins/org.eclipse.emf.cdo.defs/src/org/eclipse/emf/cdo/defs/impl/CDOAuditDefImpl.java @@ -97,10 +97,8 @@ public class CDOAuditDefImpl extends CDOViewDefImpl implements CDOAuditDef Date oldTimeStamp = timeStamp; timeStamp = newTimeStamp; if (eNotificationRequired()) - { eNotify(new ENotificationImpl(this, Notification.SET, CDODefsPackage.CDO_AUDIT_DEF__TIME_STAMP, oldTimeStamp, timeStamp)); - } } /** @@ -178,9 +176,7 @@ public class CDOAuditDefImpl extends CDOViewDefImpl implements CDOAuditDef public String toString() { if (eIsProxy()) - { return super.toString(); - } StringBuffer result = new StringBuffer(super.toString()); result.append(" (timeStamp: "); -- cgit v1.2.3