aboutsummaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit.lfs.server
diff options
context:
space:
mode:
authorMatthias Sohn <matthias.sohn@sap.com>2022-01-19 03:50:59 -0500
committerGerrit Code Review @ Eclipse.org <gerrit@eclipse.org>2022-01-19 03:50:59 -0500
commit9b28f43cf16dc457415a051215b1dbc96cfd4c14 (patch)
treecd4247d9687d10a182b23da434959780c5fdba7e /org.eclipse.jgit.lfs.server
parentb55c224ef31c2bf991f84567731b5e269483381b (diff)
parentb33133497fac512bf2fc3ce9cae75639eca2030c (diff)
downloadjgit-9b28f43cf16dc457415a051215b1dbc96cfd4c14.tar.gz
jgit-9b28f43cf16dc457415a051215b1dbc96cfd4c14.zip
Merge changes I6a22f37f,I092389e4,I20af1d8d,I83332efc into stable-6.0
* changes: [bazel] Skip ConfigTest#testCommitTemplatePathInHomeDirecory [errorprone] Fix InfiniteRecursion error in RecordingLogger [errorprone] Suppress Finally error in ObjectDownloadListener [errorprone] Fix implicit use of default charset in FileBasedConfigTest
Diffstat (limited to 'org.eclipse.jgit.lfs.server')
-rw-r--r--org.eclipse.jgit.lfs.server/src/org/eclipse/jgit/lfs/server/fs/ObjectDownloadListener.java1
1 files changed, 1 insertions, 0 deletions
diff --git a/org.eclipse.jgit.lfs.server/src/org/eclipse/jgit/lfs/server/fs/ObjectDownloadListener.java b/org.eclipse.jgit.lfs.server/src/org/eclipse/jgit/lfs/server/fs/ObjectDownloadListener.java
index cc57947a79..d42701125e 100644
--- a/org.eclipse.jgit.lfs.server/src/org/eclipse/jgit/lfs/server/fs/ObjectDownloadListener.java
+++ b/org.eclipse.jgit.lfs.server/src/org/eclipse/jgit/lfs/server/fs/ObjectDownloadListener.java
@@ -81,6 +81,7 @@ public class ObjectDownloadListener implements WriteListener {
*
* Write file content
*/
+ @SuppressWarnings("Finally")
@Override
public void onWritePossible() throws IOException {
while (out.isReady()) {