Author: pkluegl
Date: Fri Nov  4 14:41:59 2011
New Revision: 1197584

URL: http://svn.apache.org/viewvc?rev=1197584&view=rev
Log:
UIMA-2273
extended javadoc

Modified:
    
uima/uimaj/trunk/uimaj-ep-cas-editor/src/main/java/org/apache/uima/caseditor/editor/ICasEditorInputListener.java

Modified: 
uima/uimaj/trunk/uimaj-ep-cas-editor/src/main/java/org/apache/uima/caseditor/editor/ICasEditorInputListener.java
URL: 
http://svn.apache.org/viewvc/uima/uimaj/trunk/uimaj-ep-cas-editor/src/main/java/org/apache/uima/caseditor/editor/ICasEditorInputListener.java?rev=1197584&r1=1197583&r2=1197584&view=diff
==============================================================================
--- 
uima/uimaj/trunk/uimaj-ep-cas-editor/src/main/java/org/apache/uima/caseditor/editor/ICasEditorInputListener.java
 (original)
+++ 
uima/uimaj/trunk/uimaj-ep-cas-editor/src/main/java/org/apache/uima/caseditor/editor/ICasEditorInputListener.java
 Fri Nov  4 14:41:59 2011
@@ -23,6 +23,9 @@ public interface ICasEditorInputListener
 
   /**
    * This method is called if an {@link ICasDocument} is exchanged.
+   * The arguments of this methods can be null under certain circumstances.
+   * For example, if a document is opened where the type system cannot be 
found 
+   * for, then the new document will be null.
    * 
    * @param oldDocument
    *          - the replaced, old document {@link ICasDocument}.


Reply via email to