karthik-kadajji commented on a change in pull request #4231:
URL: https://github.com/apache/nifi/pull/4231#discussion_r415619429
##########
File path:
nifi-nar-bundles/nifi-mongodb-bundle/nifi-mongodb-processors/src/test/java/org/apache/nifi/processors/mongodb/GetMongoIT.java
##########
@@ -61,9 +64,9 @@
static {
CAL = Calendar.getInstance();
DOCUMENTS = Lists.newArrayList(
- new Document("_id", "doc_1").append("a", 1).append("b",
2).append("c", 3),
- new Document("_id", "doc_2").append("a", 1).append("b",
2).append("c", 4).append("date_field", CAL.getTime()),
- new Document("_id", "doc_3").append("a", 1).append("b", 3)
+ new Document("_id", "doc_1").append("a", 1).append("b",
2).append("c", 3),
Review comment:
Yes, it is due to earlier version mismatch, for continuous indentation
it is 8 spaces in some places and 4 at some. However, I have indented as
before.
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]