mirror of
https://github.com/apache/nifi.git
synced 2025-02-21 18:05:39 +00:00
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) {
|
||||
throw new IllegalArgumentException("FlowFile Expiration Period must be positive");
|
||||
}
|
||||
|
||||
|
||||
expirationPeriod.set(new TimePeriod(flowExpirationPeriod, millis));
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user