mirror of https://github.com/apache/nifi.git
NIFI-526 addressed the two checkstyle findings. Curious how they got in there
This commit is contained in:
parent
8c006237e3
commit
57e78bf723
|
@ -447,8 +447,7 @@ public class GetHTTP extends AbstractSessionFactoryProcessor {
|
|||
getLogger().error("Failed to persist ETag and LastMod due to " + e, e);
|
||||
}
|
||||
}
|
||||
}
|
||||
finally {
|
||||
} finally {
|
||||
readLock.lock();
|
||||
writeLock.unlock();
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue