You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openjpa.apache.org by mi...@apache.org on 2011/01/13 22:59:50 UTC

svn commit: r1058757 - /openjpa/trunk/openjpa-project/src/doc/manual/supported_databases.xml

Author: mikedd
Date: Thu Jan 13 21:59:50 2011
New Revision: 1058757

URL: http://svn.apache.org/viewvc?rev=1058757&view=rev
Log:
OPENJPA-1699: Fix typo

Modified:
    openjpa/trunk/openjpa-project/src/doc/manual/supported_databases.xml

Modified: openjpa/trunk/openjpa-project/src/doc/manual/supported_databases.xml
URL: http://svn.apache.org/viewvc/openjpa/trunk/openjpa-project/src/doc/manual/supported_databases.xml?rev=1058757&r1=1058756&r2=1058757&view=diff
==============================================================================
--- openjpa/trunk/openjpa-project/src/doc/manual/supported_databases.xml (original)
+++ openjpa/trunk/openjpa-project/src/doc/manual/supported_databases.xml Thu Jan 13 21:59:50 2011
@@ -717,8 +717,8 @@ See DB2 for z/OS documentation for addit
 When using LOBs with persistent attributes of a streaming data type (e.g. 
 <literal>java.io.InputStream</literal>) in the case of very large lob, DB2 JCC 
 driver will automatically use progressive streaming to retrieve the Lob data. 
-With progressiveStreaming, the inputStream retrieved (see red below) must be
-fully materialized before the next iteration of call to rs.next(). By default
+With progressiveStreaming, the inputStream retrieved must be fully materialized
+before the next iteration of call to rs.next(). By default
 this will result in a LobClosedException when OpenJPA processes the InputStream.
                     </para>
                     <para>