summaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit.http.apache
diff options
context:
space:
mode:
authorMatthias Sohn <matthias.sohn@sap.com>2023-09-22 01:03:28 +0200
committerMatthias Sohn <matthias.sohn@sap.com>2023-09-25 22:06:12 +0200
commitbf92bb9bcaab2c41bf9f1cbaa5ed7ad8c6fcd68a (patch)
tree8bc20bb2778aa979df6146e2b69c62a7942898f4 /org.eclipse.jgit.http.apache
parente23796cbdb8540a494bed0ea9bafc1980918dd90 (diff)
downloadjgit-bf92bb9bcaab2c41bf9f1cbaa5ed7ad8c6fcd68a.tar.gz
jgit-bf92bb9bcaab2c41bf9f1cbaa5ed7ad8c6fcd68a.zip
[errorprone] Suppress MissingSummary for translation bundles
Change-Id: I4da51c7e089366b016a0cc64f768a151c24bc956
Diffstat (limited to 'org.eclipse.jgit.http.apache')
-rw-r--r--org.eclipse.jgit.http.apache/src/org/eclipse/jgit/transport/http/apache/internal/HttpApacheText.java1
1 files changed, 1 insertions, 0 deletions
diff --git a/org.eclipse.jgit.http.apache/src/org/eclipse/jgit/transport/http/apache/internal/HttpApacheText.java b/org.eclipse.jgit.http.apache/src/org/eclipse/jgit/transport/http/apache/internal/HttpApacheText.java
index 677d7d792b..1a333a84d2 100644
--- a/org.eclipse.jgit.http.apache/src/org/eclipse/jgit/transport/http/apache/internal/HttpApacheText.java
+++ b/org.eclipse.jgit.http.apache/src/org/eclipse/jgit/transport/http/apache/internal/HttpApacheText.java
@@ -16,6 +16,7 @@ import org.eclipse.jgit.nls.TranslationBundle;
/**
* Translation bundle for archivers
*/
+@SuppressWarnings("MissingSummary")
public class HttpApacheText extends TranslationBundle {
/**
* Get an instance of this translation bundle.