NIFI-526: Fixed whitespace error

This commit is contained in:
Mark Payne 2015-04-28 09:50:01 -04:00
parent b7d2154f7d
commit 62edd7a3ab
1 changed files with 1 additions and 1 deletions

View File

@ -446,7 +446,7 @@ public class GetHTTP extends AbstractSessionFactoryProcessor {
} catch (IOException e) {
getLogger().error("Failed to persist ETag and LastMod due to " + e, e);
}
}
}
}
finally {
readLock.lock();