[errorprone] Suppress MissingSummary for translation bundles

Change-Id: I4da51c7e089366b016a0cc64f768a151c24bc956
This commit is contained in:
Matthias Sohn 2023-09-22 01:03:28 +02:00
parent e23796cbdb
commit bf92bb9bca
14 changed files with 14 additions and 0 deletions

View File

@ -16,6 +16,7 @@
/**
* Translation bundle for archivers
*/
@SuppressWarnings("MissingSummary")
public class ArchiveText extends TranslationBundle {
/**
* Get an instance of this translation bundle.

View File

@ -15,6 +15,7 @@
/**
* Externalized text messages for localization.
*/
@SuppressWarnings("MissingSummary")
public final class BCText extends TranslationBundle {
/**

View File

@ -16,6 +16,7 @@
/**
* Translation bundle for archivers
*/
@SuppressWarnings("MissingSummary")
public class HttpApacheText extends TranslationBundle {
/**
* Get an instance of this translation bundle.

View File

@ -16,6 +16,7 @@
/**
* Translation bundle for JGit http server
*/
@SuppressWarnings("MissingSummary")
public class HttpServerText extends TranslationBundle {
/**

View File

@ -15,6 +15,7 @@
/**
* Translation bundle for JGit LFS server
*/
@SuppressWarnings("MissingSummary")
public class LfsServerText extends TranslationBundle {
/**

View File

@ -15,6 +15,7 @@
/**
* Translation bundle for JGit LFS server
*/
@SuppressWarnings("MissingSummary")
public class LfsText extends TranslationBundle {
/**

View File

@ -21,6 +21,7 @@
/**
* Translation bundle for JGit command line interface
*/
@SuppressWarnings("MissingSummary")
public class CLIText extends TranslationBundle {
/**
* Formats text strings using {@code Localizable}.

View File

@ -15,6 +15,7 @@
/**
* Externalized text messages for localization.
*/
@SuppressWarnings("MissingSummary")
public final class Texts extends TranslationBundle {
/**

View File

@ -15,6 +15,7 @@
/**
* Externalized text messages for localization.
*/
@SuppressWarnings("MissingSummary")
public final class SshdText extends TranslationBundle {
/**

View File

@ -15,6 +15,7 @@
/**
* Externalized text messages for localization.
*/
@SuppressWarnings("MissingSummary")
public final class JSchText extends TranslationBundle {
/**

View File

@ -16,6 +16,7 @@
/**
* Translation bundle for JGit UI
*/
@SuppressWarnings("MissingSummary")
public class UIText extends TranslationBundle {
/**

View File

@ -16,6 +16,7 @@
/**
* Translation bundle for repo command
*/
@SuppressWarnings("MissingSummary")
public class RepoText extends TranslationBundle {
/**

View File

@ -17,6 +17,7 @@
/**
* Translation bundle for JGit core
*/
@SuppressWarnings("MissingSummary")
public class JGitText extends TranslationBundle {
/**

View File

@ -16,6 +16,7 @@
/**
* Translation bundle for the DFS storage implementation.
*/
@SuppressWarnings("MissingSummary")
public class DfsText extends TranslationBundle {
/**
* Get an instance of this translation bundle.