# HG changeset patch # User darcy # Date 1377629185 25200 # Node ID b772e77c27c9ad9178769a30d84ab760416d9588 # Parent 6c107cbbb4349b50b536ec7c01c95fc040d4e8a5 8023827: Fix doclint issues in javax.net.ssl Reviewed-by: wetmore, xuelei diff -r 6c107cbbb434 -r b772e77c27c9 jdk/src/share/classes/javax/net/ssl/SNIHostName.java --- a/jdk/src/share/classes/javax/net/ssl/SNIHostName.java Tue Aug 27 12:27:31 2013 -0400 +++ b/jdk/src/share/classes/javax/net/ssl/SNIHostName.java Tue Aug 27 11:46:25 2013 -0700 @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012, Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 2012, 2013, 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 @@ -293,6 +293,7 @@ * the * regular expression pattern * representing the hostname(s) to match + * @return a {@code SNIMatcher} object for {@code SNIHostName}s * @throws NullPointerException if {@code regex} is * {@code null} * @throws java.util.regex.PatternSyntaxException if the regular expression's diff -r 6c107cbbb434 -r b772e77c27c9 jdk/src/share/classes/javax/net/ssl/X509KeyManager.java --- a/jdk/src/share/classes/javax/net/ssl/X509KeyManager.java Tue Aug 27 12:27:31 2013 -0400 +++ b/jdk/src/share/classes/javax/net/ssl/X509KeyManager.java Tue Aug 27 11:46:25 2013 -0700 @@ -1,5 +1,5 @@ /* - * Copyright (c) 1999, 2004, Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 1999, 2013, 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 @@ -40,7 +40,7 @@ *