src/jdk.security.jgss/share/classes/com/sun/security/jgss/package-info.java
changeset 47225 cebfb13d5759
parent 47216 71c04702a3d5
--- a/src/jdk.security.jgss/share/classes/com/sun/security/jgss/package-info.java	Thu Sep 21 16:29:18 2017 +0800
+++ b/src/jdk.security.jgss/share/classes/com/sun/security/jgss/package-info.java	Thu Sep 21 16:29:34 2017 +0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2013, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2013, 2017, 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
@@ -23,4 +23,8 @@
  * questions.
  */
 
+/**
+ * This package defines classes and interfaces for the JDK extensions
+ * to the GSS-API.
+ */
 package com.sun.security.jgss;