--- old/src/java.xml/share/classes/javax/xml/stream/events/Comment.java 2020-08-25 18:28:40.348746541 +0000 +++ new/src/java.xml/share/classes/javax/xml/stream/events/Comment.java 2020-08-25 18:28:40.022729856 +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 @@ -36,7 +36,8 @@ /** * Return the string data of the comment, returns empty string if it - * does not exist + * does not exist. + * @return the string data of the comment */ public String getText(); }