NIFI-526 addressed the two checkstyle findings. Curious how they got in there

This commit is contained in:
joewitt 2015-04-28 15:31:27 -04:00
parent 8c006237e3
commit 57e78bf723
1 changed files with 2 additions and 3 deletions

View File

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