--- old/jaxws/src/java.xml.ws/share/classes/javax/xml/soap/SOAPElementFactory.java	2017-06-16 17:01:40.848661122 +0100
+++ new/jaxws/src/java.xml.ws/share/classes/javax/xml/soap/SOAPElementFactory.java	2017-06-16 17:01:40.780661120 +0100
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2004, 2015, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2004, 2017, 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
@@ -103,6 +103,9 @@
      * @param uri a {@code String} giving the URI of the
      *            namespace to which the new element belongs
      *
+     * @return the new {@code SOAPElement} object that was
+     *         created
+     *
      * @exception SOAPException if there is an error in creating the
      *            {@code SOAPElement} object
      *