Err, if that is in fact the behavior, it is not intended (in fact, it would be a bug and should be fixed). Did you try this, or what makes you say that?
--Thilo [EMAIL PROTECTED] wrote: > Author: schor > Date: Thu Dec 6 05:05:34 2007 > New Revision: 601728 > > URL: http://svn.apache.org/viewvc?rev=601728&view=rev > Log: > No Jira - fix comment grammar & formatting > > Modified: > > incubator/uima/uimaj/trunk/uimaj-core/src/main/java/org/apache/uima/cas/impl/LowLevelTypeSystem.java > > Modified: > incubator/uima/uimaj/trunk/uimaj-core/src/main/java/org/apache/uima/cas/impl/LowLevelTypeSystem.java > URL: > http://svn.apache.org/viewvc/incubator/uima/uimaj/trunk/uimaj-core/src/main/java/org/apache/uima/cas/impl/LowLevelTypeSystem.java?rev=601728&r1=601727&r2=601728&view=diff > ============================================================================== > --- > incubator/uima/uimaj/trunk/uimaj-core/src/main/java/org/apache/uima/cas/impl/LowLevelTypeSystem.java > (original) > +++ > incubator/uima/uimaj/trunk/uimaj-core/src/main/java/org/apache/uima/cas/impl/LowLevelTypeSystem.java > Thu Dec 6 05:05:34 2007 > @@ -175,8 +175,8 @@ > > /** > * Checks if the type code is that of a reference type (anything that's > not a basic type, > - * currently Integer, String and Float, Boolean, Byte, Short, Long, > Double, but not subtypes of String > - * specifying allowed-values). > + * currently Integer, String, Float, Boolean, Byte, Short, Long, and > Double, > + * but not subtypes of String specifying allowed-values). > * > * @param typeCode > * The type code to check. >