File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
src/java.base/share/classes/sun/net/www Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 11/*
2- * Copyright (c) 1995, 2021 , Oracle and/or its affiliates. All rights reserved.
2+ * Copyright (c) 1995, 2023 , Oracle and/or its affiliates. All rights reserved.
33 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
44 *
55 * This code is free software; you can redistribute it and/or modify it
@@ -609,7 +609,7 @@ public void mergeHeader(InputStream is) throws java.io.IOException {
609609 }
610610
611611 public synchronized String toString () {
612- String result = super .toString () + nkeys + " pairs: " ;
612+ String result = super .toString () + " " + nkeys + " pairs: " ;
613613 for (int i = 0 ; i < keys .length && i < nkeys ; i ++) {
614614 result += "{" +keys [i ]+": " +values [i ]+"}" ;
615615 }
You can’t perform that action at this time.
0 commit comments