]> source.dussan.org Git - jgit.git/commitdiff
LsRemote: suppress warning for non-externalized string 94/173794/1
authorMatthias Sohn <matthias.sohn@sap.com>
Tue, 15 Dec 2020 00:53:01 +0000 (01:53 +0100)
committerMatthias Sohn <matthias.sohn@sap.com>
Tue, 15 Dec 2020 01:00:35 +0000 (02:00 +0100)
Change-Id: Ic1d8f2eef4a8de0a75d5b523b584b1ac275a8811
Signed-off-by: Matthias Sohn <matthias.sohn@sap.com>
org.eclipse.jgit.pgm/src/org/eclipse/jgit/pgm/LsRemote.java

index 055b48a15762652af095c76967487ff6e2a3cc11..83446ccd533cab3193574c789a1d4ddcacac2714 100644 (file)
@@ -79,7 +79,7 @@ class LsRemote extends TextBuiltin {
 
        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);