# HG changeset patch # User mullan # Date 1539199418 14400 # Node ID eb1ecdd3611e8147a464431265476188d6e8de3b # Parent c99e4c0100224b1491c4fc2c861c614203001fd5 8211878: Bad/broken links in docs/api/java.xml.crypto/javax/xml/crypto/dsig/Reference.html Reviewed-by: jjg diff -r c99e4c010022 -r eb1ecdd3611e src/java.xml.crypto/share/classes/javax/xml/crypto/dsig/Reference.java --- a/src/java.xml.crypto/share/classes/javax/xml/crypto/dsig/Reference.java Wed Oct 10 11:47:01 2018 -0700 +++ b/src/java.xml.crypto/share/classes/javax/xml/crypto/dsig/Reference.java Wed Oct 10 15:23:38 2018 -0400 @@ -1,5 +1,5 @@ /* - * Copyright (c) 2005, 2014, Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 2005, 2018, 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 @@ -144,7 +144,7 @@ /** * Returns the dereferenced data, if - * reference caching + * reference caching * is enabled. This is the result of dereferencing the URI of this * reference during a validation or generation operation. * @@ -156,7 +156,7 @@ /** * Returns the pre-digested input stream, if - * reference caching + * reference caching * is enabled. This is the input to the digest operation during a * validation or signing operation. *