mirror of https://github.com/apache/nifi.git
NIFI-1155 fixed contrib-check violation
This commit is contained in:
parent
37d6b7350e
commit
36d00a60f5
|
@ -764,7 +764,7 @@ public final class StandardFlowFileQueue implements FlowFileQueue {
|
||||||
if (millis < 0) {
|
if (millis < 0) {
|
||||||
throw new IllegalArgumentException("FlowFile Expiration Period must be positive");
|
throw new IllegalArgumentException("FlowFile Expiration Period must be positive");
|
||||||
}
|
}
|
||||||
|
|
||||||
expirationPeriod.set(new TimePeriod(flowExpirationPeriod, millis));
|
expirationPeriod.set(new TimePeriod(flowExpirationPeriod, millis));
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue