jdk/src/java.base/share/classes/java/security/Signature.java
changeset 37348 9ccec3170d5e
parent 33241 27eb2d6abda9
child 41482 05e75e5f3afb
--- a/jdk/src/java.base/share/classes/java/security/Signature.java	Wed Apr 13 15:48:14 2016 +0200
+++ b/jdk/src/java.base/share/classes/java/security/Signature.java	Wed Apr 13 10:20:40 2016 -0700
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 1996, 2015, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 1996, 2016, 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
@@ -205,7 +205,8 @@
      *
      * @implNote
      * The JDK Reference Implementation additionally uses the
-     * {@code jdk.security.provider.preferred} property to determine
+     * {@code jdk.security.provider.preferred}
+     * {@link Security#getProperty(String) Security} property to determine
      * the preferred provider order for the specified algorithm. This
      * may be different than the order of providers returned by
      * {@link Security#getProviders() Security.getProviders()}.