--- old/src/java.management/share/classes/javax/management/StringValueExp.java 2015-04-15 19:40:43.015165247 -0700 +++ new/src/java.management/share/classes/javax/management/StringValueExp.java 2015-04-15 19:40:42.839253243 -0700 @@ -95,11 +95,12 @@ * * @return The ValueExp. * - * @exception BadStringOperationException - * @exception BadBinaryOpValueExpException - * @exception BadAttributeValueExpException - * @exception InvalidApplicationException + * @throws BadStringOperationException {@inheritDoc} + * @throws BadBinaryOpValueExpException {@inheritDoc} + * @throws BadAttributeValueExpException {@inheritDoc} + * @throws InvalidApplicationException {@inheritDoc} */ + @Override public ValueExp apply(ObjectName name) throws BadStringOperationException, BadBinaryOpValueExpException, BadAttributeValueExpException, InvalidApplicationException { return this;