--- old/src/java.xml.crypto/share/classes/javax/xml/crypto/dsig/XMLSignatureFactory.java 2016-04-08 10:34:03.613320791 -0700 +++ new/src/java.xml.crypto/share/classes/javax/xml/crypto/dsig/XMLSignatureFactory.java 2016-04-08 10:34:03.477315485 -0700 @@ -1,5 +1,5 @@ /* - * Copyright (c) 2005, 2015, Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 2005, 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 @@ -175,7 +175,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()}.