DATAMONGO-1337 - General code quality improvements.

A round of code polish regarding the PMD and Squid rules referred to in the ticket.

Original pull request: #336.
This commit is contained in:
Christian Ivan
2015-11-26 14:49:09 +07:00
committed by Oliver Gierke
parent eeb37e9104
commit 1d1c80db7b
11 changed files with 17 additions and 17 deletions

View File

@@ -45,7 +45,7 @@ public class MongoChangeSetPersister implements ChangeSetPersister<Object> {
private static final String ENTITY_FIELD_NAME = "_entity_field_name";
private static final String ENTITY_FIELD_CLASS = "_entity_field_class";
protected final Logger log = LoggerFactory.getLogger(getClass());
private static final Logger log = LoggerFactory.getLogger(getClass());
private MongoTemplate mongoTemplate;
private EntityManagerFactory entityManagerFactory;