You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: nifi-ngsi-bundle/nifi-ngsi-processors/src/main/java/org/apache/nifi/processors/ngsi/AbstractMongoProcessor.java
+1-3Lines changed: 1 addition & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -76,7 +76,7 @@ public abstract class AbstractMongoProcessor extends AbstractProcessor {
76
76
.displayName("Attribute Persistence")
77
77
.description("The mode of storing the data inside of the table")
Copy file name to clipboardExpand all lines: nifi-ngsi-bundle/nifi-ngsi-processors/src/main/java/org/apache/nifi/processors/ngsi/ngsi/aggregators/MongoAggregator.java
+6-8Lines changed: 6 additions & 8 deletions
Original file line number
Diff line number
Diff line change
@@ -159,24 +159,22 @@ public void aggregate(Entity entity, long creationTime,String dataModel) {
159
159
// get the event body
160
160
StringentityId = entity.getEntityId();
161
161
StringentityType = entity.getEntityType();
162
-
// iterate on all this context element attributes, if there are attributes
162
+
// iterate on all this context element attributes, if there are attributes
0 commit comments