Remove unused $NON-NLS-1$

Change-Id: I3314e5106d873c03903562f9798de6af2ae588a7
This commit is contained in:
Matthias Sohn 2023-05-15 23:01:03 +02:00
parent 0f7d485bc9
commit 6f2d93fb8d
1 changed files with 1 additions and 1 deletions

View File

@ -596,7 +596,7 @@ HttpURLConnection open(final String method, final String bucket,
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('.');