You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@uima.apache.org by cw...@apache.org on 2018/02/27 21:54:48 UTC

svn commit: r1825511 - /uima/uima-ducc/trunk/RELEASE_NOTES.html

Author: cwiklik
Date: Tue Feb 27 21:54:48 2018
New Revision: 1825511

URL: http://svn.apache.org/viewvc?rev=1825511&view=rev
Log:
UIMA-5728 fixed typo

Modified:
    uima/uima-ducc/trunk/RELEASE_NOTES.html

Modified: uima/uima-ducc/trunk/RELEASE_NOTES.html
URL: http://svn.apache.org/viewvc/uima/uima-ducc/trunk/RELEASE_NOTES.html?rev=1825511&r1=1825510&r2=1825511&view=diff
==============================================================================
--- uima/uima-ducc/trunk/RELEASE_NOTES.html (original)
+++ uima/uima-ducc/trunk/RELEASE_NOTES.html Tue Feb 27 21:54:48 2018
@@ -79,7 +79,7 @@ enabled there should be "swap" property
 swapaccount=1. Details of how to do this can be found <a href="http://unix.stackexchange.com/questions/147158/how-to-enable-swap-accounting-for-memory-cgroup-in-archlinux">here</a>.
 
 Due to a bug in uima sdk, the uima AnalysisEngineProcessException cannot be serialized as a Java object. If your
-analysis engine throws an exception in process(), the ducc framework will stringify it and wrapt it in
+analysis engine throws an exception in process(), the ducc framework will stringify it and wrap it in
 java RuntimeException. If you have a custom error handler plugged in into a job driver you will not be
 able to test for AnalysisEngineProcessException in a stack trace with a code like this: