On 5/3/07, rhillegas@apache.org <rhillegas@apache.org> wrote:
> Author: rhillegas
> Date: Thu May 3 16:17:51 2007
> New Revision: 535027
>
> URL: http://svn.apache.org/viewvc?view=rev&rev=535027
> Log:
> DERBY-2496: Commit Oystein's blob-followup_v2.diff patch.
>
> Modified:
...
db/derby/code/trunk/java/client/org/apache/derby/client/am/BlobLocatorInputStream.java
...
This change caused one new javadoc error and one sanity build error
*** Failure
[javadoc]
trunk\java\client\org\apache\derby\client\am\BlobLocatorInputStream.java:87:
warning - @param argument "offset" is not a parameter name.
[javadoc] 1 warning
*** Failure\buildZip.txt
[java] SANITY >>>
/org/apache/derby/client/am/BlobLocatorInputStream.class
Re the second, a SanityManager.ASSERT(..) statement needs to have an
if (SanityManager.DEBUG) block, like Andrew put in with revision
533876, after the previous check in for bug DERBY-2496 with revision
533268.
see: http://svn.apache.org/viewvc/db/derby/code/trunk/java/client/org/apache/derby/client/am/BlobLocatorInputStream.java?view=log
Myrna
|