File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
spring-data-mongodb/src/main/java/org/springframework/data/mongodb/core Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 1
1
/*
2
- * Copyright 2010-2015 the original author or authors.
2
+ * Copyright 2010-2016 the original author or authors.
3
3
*
4
4
* Licensed under the Apache License, Version 2.0 (the "License");
5
5
* you may not use this file except in compliance with the License.
@@ -1336,7 +1336,7 @@ public WriteResult doInCollection(DBCollection collection) throws MongoException
1336
1336
1337
1337
if (LOGGER .isDebugEnabled ()) {
1338
1338
LOGGER .debug ("Remove using query: {} in collection: {}." ,
1339
- new Object [] { serializeToJsonSafely (dboq ), collection . getName () });
1339
+ new Object [] { serializeToJsonSafely (dboq ), collectionName });
1340
1340
}
1341
1341
1342
1342
WriteResult wr = writeConcernToUse == null ? collection .remove (dboq )
You can’t perform that action at this time.
0 commit comments