Author: fanningpj
Date: Mon Mar 13 23:57:20 2023
New Revision: 1908364
URL: http://svn.apache.org/viewvc?rev=1908364&view=rev
Log:
javadoc typos
Modified:
xmlbeans/trunk/src/main/java/org/apache/xmlbeans/impl/util/ExceptionUtil.java
Modified:
xmlbeans/trunk/src/main/java/org/apache/xmlbeans/impl/util/ExceptionUtil.java
URL:
http://svn.apache.org/viewvc/xmlbeans/trunk/src/main/java/org/apache/xmlbeans/impl/util/ExceptionUtil.java?rev=1908364&r1=1908363&r2=1908364&view=diff
==============================================================================
---
xmlbeans/trunk/src/main/java/org/apache/xmlbeans/impl/util/ExceptionUtil.java
(original)
+++
xmlbeans/trunk/src/main/java/org/apache/xmlbeans/impl/util/ExceptionUtil.java
Mon Mar 13 23:57:20 2023
@@ -17,7 +17,7 @@
package org.apache.xmlbeans.impl.util;
/**
- * Utilitity methods for dealing with exceptions/throwables
+ * Utility methods for dealing with exceptions/throwables
*
* @since 5.1.2
*/
@@ -44,7 +44,7 @@ public class ExceptionUtil {
* Designed to be used in conjunction with {@link #isFatal(Throwable)}.
* This method should be used with care.
* <p>
- * The input throwable is thrown if it is an <code>Error</code> or
<code>RuntimeException</code>.
+ * The input throwable is thrown if it is an <code>Error</code> or a
<code>RuntimeException</code>.
* Otherwise, the method wraps the throwable in a RuntimeException and
rethrows that.
* </p>
*
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]