removed @Override on interface methods that will cause problems in Java 5

This commit is contained in:
Burt Beckwith
2011-03-17 23:24:37 -04:00
parent 561cdbe4dc
commit cfcb4cecd0
8 changed files with 0 additions and 64 deletions

View File

@@ -9,7 +9,6 @@ package org.springframework.persistence.support;
*/
public class ChangeSetConstructorEntityInstantiator extends AbstractConstructorEntityInstantiator<ChangeSetBacked, ChangeSet>{
@Override
protected void setState(ChangeSetBacked entity, ChangeSet cs) {
entity.setChangeSet(cs);
}