--- old/src/java.xml/share/classes/javax/xml/stream/events/Attribute.java 2020-08-18 00:44:37.891726063 +0000 +++ new/src/java.xml/share/classes/javax/xml/stream/events/Attribute.java 2020-08-18 00:44:37.597718616 +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 @@ -41,11 +41,13 @@ /** * Returns the QName for this attribute + * @return the QName of the attribute */ QName getName(); /** * Gets the normalized value of this attribute + * @return the value of the attribute */ public String getValue();