NIFI-1155 fixed contrib-check violation

This commit is contained in:
joewitt 2015-11-12 23:01:56 -05:00
parent 37d6b7350e
commit 36d00a60f5
1 changed files with 1 additions and 1 deletions

View File

@ -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));
}