--- old/src/java.xml/share/classes/javax/xml/stream/events/EntityReference.java 2020-08-18 00:44:40.098781971 +0000 +++ new/src/java.xml/share/classes/javax/xml/stream/events/EntityReference.java 2020-08-18 00:44:39.801774447 +0000 @@ -1,5 +1,5 @@ /* - * Copyright (c) 2009, Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 2009, 2020, 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 @@ -48,6 +48,7 @@ /** * Return the declaration of this entity. + * @return the declaration */ EntityDeclaration getDeclaration();