You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@uima.apache.org by jo...@apache.org on 2011/02/09 10:57:43 UTC

svn commit: r1068819 - /uima/uimaj/trunk/uimaj-test-util/src/main/java/org/apache/uima/test/junit_extension/ExceptionPrinter.java

Author: joern
Date: Wed Feb  9 09:57:43 2011
New Revision: 1068819

URL: http://svn.apache.org/viewvc?rev=1068819&view=rev
Log:
No jira, fixed a javadoc typo.

Modified:
    uima/uimaj/trunk/uimaj-test-util/src/main/java/org/apache/uima/test/junit_extension/ExceptionPrinter.java

Modified: uima/uimaj/trunk/uimaj-test-util/src/main/java/org/apache/uima/test/junit_extension/ExceptionPrinter.java
URL: http://svn.apache.org/viewvc/uima/uimaj/trunk/uimaj-test-util/src/main/java/org/apache/uima/test/junit_extension/ExceptionPrinter.java?rev=1068819&r1=1068818&r2=1068819&view=diff
==============================================================================
--- uima/uimaj/trunk/uimaj-test-util/src/main/java/org/apache/uima/test/junit_extension/ExceptionPrinter.java (original)
+++ uima/uimaj/trunk/uimaj-test-util/src/main/java/org/apache/uima/test/junit_extension/ExceptionPrinter.java Wed Feb  9 09:57:43 2011
@@ -20,7 +20,7 @@
 package org.apache.uima.test.junit_extension;
 
 /**
- * ExceptionPrinter print out an exception with the place where the exception occours
+ * ExceptionPrinter print out an exception with the place where the exception occurs
  * 
  */
 public class ExceptionPrinter {