mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-28 15:24:43 +02:00
8278263: Remove redundant synchronized from URLStreamHandler.openConnection methods
Reviewed-by: dfuchs
This commit is contained in:
parent
251351f494
commit
c6ed2046b4
3 changed files with 9 additions and 31 deletions
|
@ -95,7 +95,7 @@ public class Handler extends URLStreamHandler {
|
|||
// }
|
||||
*/
|
||||
|
||||
public synchronized URLConnection openConnection(URL u) {
|
||||
public URLConnection openConnection(URL u) {
|
||||
return new MailToURLConnection(u);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue