Browse Source

Main: Add missing $NON-NLS tag

Change-Id: I030910b88a8f60ca174e38f0a213959f9b0a776f
Signed-off-by: David Pursehouse <david.pursehouse@gmail.com>
stable-4.6
David Pursehouse 8 years ago
parent
commit
4e3c5e1f13
  1. 2
      org.eclipse.jgit.pgm/src/org/eclipse/jgit/pgm/Main.java

2
org.eclipse.jgit.pgm/src/org/eclipse/jgit/pgm/Main.java

@ -359,7 +359,7 @@ public class Main {
continue;
}
String s = System.getenv(protocol + "_proxy"); //$NON-NLS-1$
if (s == null && protocol.equals("https")) {
if (s == null && protocol.equals("https")) { //$NON-NLS-1$
s = System.getenv("HTTPS_PROXY"); //$NON-NLS-1$
}
if (s == null || s.equals("")) { //$NON-NLS-1$

Loading…
Cancel
Save