--- old/src/share/classes/com/sun/org/apache/xml/internal/security/utils/I18n.java 2013-06-28 11:34:26.880769214 -0400 +++ new/src/share/classes/com/sun/org/apache/xml/internal/security/utils/I18n.java 2013-06-28 11:34:26.700774818 -0400 @@ -62,7 +62,7 @@ * exceptionMessagesResourceBundleBase * * @param message - * @param args is an Object[] array of strings which are inserted into + * @param args is an Object[] array of strings which are inserted into * the String which is retrieved from the ResouceBundle * @return message translated */ @@ -98,7 +98,7 @@ return "No message with ID \"" + msgID + "\" found in resource bundle \"" + Constants.exceptionMessagesResourceBundleBase + "\""; - } + } return I18n.NOT_INITIALIZED_MSG; } } @@ -122,7 +122,7 @@ + "\". Original Exception was a " + originalException.getClass().getName() + " and message " + originalException.getMessage(); - } + } return I18n.NOT_INITIALIZED_MSG; } } @@ -142,11 +142,11 @@ return "No message with ID \"" + msgID + "\" found in resource bundle \"" + Constants.exceptionMessagesResourceBundleBase + "\""; - } + } return I18n.NOT_INITIALIZED_MSG; } } - + /** * Method init *