DATACOUCH-1 - Upgraded to use Spring Data build parent.

Upgraded to Spring Data Commons 1.6.0.BUILD-SNAPSHOT.
This commit is contained in:
Oliver Gierke
2013-05-31 12:38:24 +02:00
parent 77cac7adfe
commit 4999f23f09
3 changed files with 105 additions and 85 deletions

View File

@@ -58,7 +58,6 @@ public class CouchbaseMappingContext
public void setApplicationContext(ApplicationContext applicationContext)
throws BeansException {
this.context = applicationContext;
super.setApplicationContext(applicationContext);
}
}