]> source.dussan.org Git - jgit.git/commitdiff
Remove unused $NON-NLS-1$ 44/201844/2
authorMatthias Sohn <matthias.sohn@sap.com>
Mon, 15 May 2023 21:01:03 +0000 (23:01 +0200)
committerMatthias Sohn <matthias.sohn@sap.com>
Wed, 17 May 2023 15:01:33 +0000 (17:01 +0200)
Change-Id: I3314e5106d873c03903562f9798de6af2ae588a7

org.eclipse.jgit/src/org/eclipse/jgit/transport/AmazonS3.java

index d4825217472a47ee45888887faf956597f7b3e3c..b8739253160a6dd62a1167b57e7d2ce97a369d80 100644 (file)
@@ -596,7 +596,7 @@ public class AmazonS3 {
                        final String key, final Map<String, String> args)
                        throws IOException {
                final StringBuilder urlstr = new StringBuilder();
-               urlstr.append(protocol); //$NON-NLS-1$
+               urlstr.append(protocol);
                urlstr.append("://"); //$NON-NLS-1$
                urlstr.append(bucket);
                urlstr.append('.');