Author: schor
Date: Wed Sep 21 15:54:58 2016
New Revision: 1761774

URL: http://svn.apache.org/viewvc?rev=1761774&view=rev
Log:
no Jira - remove throws clause from getJCas - method doesn't throw checked 
exceptions.

Modified:
    
uima/uimaj/branches/experiment-v3-jcas/uimaj-core/src/main/java/org/apache/uima/cas/CAS.java

Modified: 
uima/uimaj/branches/experiment-v3-jcas/uimaj-core/src/main/java/org/apache/uima/cas/CAS.java
URL: 
http://svn.apache.org/viewvc/uima/uimaj/branches/experiment-v3-jcas/uimaj-core/src/main/java/org/apache/uima/cas/CAS.java?rev=1761774&r1=1761773&r2=1761774&view=diff
==============================================================================
--- 
uima/uimaj/branches/experiment-v3-jcas/uimaj-core/src/main/java/org/apache/uima/cas/CAS.java
 (original)
+++ 
uima/uimaj/branches/experiment-v3-jcas/uimaj-core/src/main/java/org/apache/uima/cas/CAS.java
 Wed Sep 21 15:54:58 2016
@@ -580,9 +580,8 @@ public interface CAS extends AbstractCas
    * Get the JCas for this CAS.
    * 
    * @return The JCas for this CAS.
-   * @throws CASException -
    */
-  JCas getJCas() throws CASException;
+  JCas getJCas();
 
   /**
    * Get the Cas view that the current component should use.  This


Reply via email to