# HG changeset patch # User aefimov # Date 1561476848 -3600 # Node ID 80abfee2afaff42869c80ec730de0c89c1b8c575 # Parent 1887e16a5657dccf3f1f35f0a830d906628d72ef 8226730: Missing `@` in code tags Reviewed-by: bpb Contributed-by: Patrick Concannon diff -r 1887e16a5657 -r 80abfee2afaf src/java.base/share/classes/java/net/DatagramSocketImpl.java --- a/src/java.base/share/classes/java/net/DatagramSocketImpl.java Mon Jun 24 22:38:17 2019 -0400 +++ b/src/java.base/share/classes/java/net/DatagramSocketImpl.java Tue Jun 25 16:34:08 2019 +0100 @@ -268,7 +268,7 @@ * * @implSpec * The default implementation of this method first checks that the given - * socket option {code name} is not null, then throws {@code + * socket option {@code name} is not null, then throws {@code * UnsupportedOperationException}. Subclasses should override this method * with an appropriate implementation. * @@ -296,7 +296,7 @@ * * @implSpec * The default implementation of this method first checks that the given - * socket option {code name} is not null, then throws {@code + * socket option {@code name} is not null, then throws {@code * UnsupportedOperationException}. Subclasses should override this method * with an appropriate implementation. * diff -r 1887e16a5657 -r 80abfee2afaf src/java.base/share/classes/java/net/URLStreamHandler.java --- a/src/java.base/share/classes/java/net/URLStreamHandler.java Mon Jun 24 22:38:17 2019 -0400 +++ b/src/java.base/share/classes/java/net/URLStreamHandler.java Tue Jun 25 16:34:08 2019 +0100 @@ -1,5 +1,5 @@ /* - * Copyright (c) 1995, 2017, Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 1995, 2019, Oracle and/or its affiliates. All rights reserved. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * * This code is free software; you can redistribute it and/or modify it @@ -81,7 +81,7 @@ * * @implSpec * The default implementation of this method first checks that the given - * {code URL} and {code Proxy} are not null, then throws {@code + * {@code URL} and {@code Proxy} are not null, then throws {@code * UnsupportedOperationException}. Subclasses should override this method * with an appropriate implementation. *