# HG changeset patch # User weijun # Date 1559827147 -28800 # Node ID d49b72808414582060f17c645b0d246bdeffbc6f # Parent 36cb654a690f8965e9072fe2cc208fe9e3924303 8225304: Tiny HTML error (bad heading) in org.ietf.jgss package-info.java Reviewed-by: xuelei diff -r 36cb654a690f -r d49b72808414 src/java.security.jgss/share/classes/org/ietf/jgss/package-info.java --- a/src/java.security.jgss/share/classes/org/ietf/jgss/package-info.java Thu Jun 06 13:46:03 2019 +0300 +++ b/src/java.security.jgss/share/classes/org/ietf/jgss/package-info.java Thu Jun 06 21:19:07 2019 +0800 @@ -1,5 +1,5 @@ /* - * Copyright (c) 2000, 2018, Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 2000, 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 @@ -52,7 +52,7 @@ * produces tokens that the application must somehow transport to the * other end. * - *
* For an online tutorial on using Java GSS-API, please see * {@extLink security_guide_jgss_tutorial * Introduction to JAAS and Java GSS-API}. - *
- * - * * * @since 1.4 * */