jdk/src/jdk.crypto.mscapi/windows/classes/module-info.java
changeset 44047 4d25a0bb7426
parent 36511 9d0388c6b336
child 44417 a431edba1629
--- a/jdk/src/jdk.crypto.mscapi/windows/classes/module-info.java	Tue Mar 07 22:42:11 2017 +0800
+++ b/jdk/src/jdk.crypto.mscapi/windows/classes/module-info.java	Tue Mar 07 22:55:36 2017 +0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2014, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2014, 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,6 +23,11 @@
  * questions.
  */
 
+/**
+ * The SunMSCAPI security provider.
+ *
+ * @since 9
+ */
 module jdk.crypto.mscapi {
     provides java.security.Provider with sun.security.mscapi.SunMSCAPI;
 }