From f4dfa02438fb5868a06828d5a32e6b611934d775 Mon Sep 17 00:00:00 2001 From: Weijun Wang Date: Thu, 6 Jun 2019 21:19:07 +0800 Subject: [PATCH] 8225304: Tiny HTML error (bad heading) in org.ietf.jgss package-info.java Reviewed-by: xuelei --- .../classes/org/ietf/jgss/package-info.java | 23 ++----------------- 1 file changed, 2 insertions(+), 21 deletions(-) diff --git a/src/java.security.jgss/share/classes/org/ietf/jgss/package-info.java b/src/java.security.jgss/share/classes/org/ietf/jgss/package-info.java index 3f5a7e11a3e..9d1c7e99f24 100644 --- a/src/java.security.jgss/share/classes/org/ietf/jgss/package-info.java +++ b/src/java.security.jgss/share/classes/org/ietf/jgss/package-info.java @@ -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. * - *

Credential Acquisition

+ *

Credential Acquisition

* The GSS-API itself does not dictate how an underlying mechanism * obtains the credentials that are needed for authentication. It is * assumed that prior to calling the GSS-API, these credentials are @@ -93,28 +93,9 @@ * just the current Subject itself. * *

Related Documentation

- *

* 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 * */