mirror of https://github.com/apache/nifi.git
NIFI-526: Fixed whitespace error
This commit is contained in:
parent
b7d2154f7d
commit
62edd7a3ab
|
@ -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();
|
||||
|
|
Loading…
Reference in New Issue