LsRemote: suppress warning for non-externalized string

Change-Id: Ic1d8f2eef4a8de0a75d5b523b584b1ac275a8811
Signed-off-by: Matthias Sohn <matthias.sohn@sap.com>
This commit is contained in:
Matthias Sohn 2020-12-15 01:53:01 +01:00
parent 3fc8da3a3c
commit 8548cb4e51
1 changed files with 1 additions and 1 deletions

View File

@ -79,7 +79,7 @@ private void show(AnyObjectId id, String name)
private void show(Ref ref, String name)
throws IOException {
outw.print("ref: ");
outw.print("ref: "); //$NON-NLS-1$
outw.print(ref.getName());
outw.print('\t');
outw.print(name);