HHH-7520 BlobProxy.invoke Javadoc is incorrect

This commit is contained in:
Brett Meyer 2013-01-22 19:05:08 -05:00
parent ecf9b7c258
commit 99d9af748b
1 changed files with 4 additions and 2 deletions

View File

@ -90,8 +90,10 @@ public class BlobProxy implements InvocationHandler {
/** /**
* {@inheritDoc} * {@inheritDoc}
* *
* @throws UnsupportedOperationException if any methods other than {@link Blob#length} * @throws UnsupportedOperationException if any methods other than
* , {@link Blob#getBinaryStream}, {@link Blob#getBytes} or {@link Blob#free} are invoked. * {@link Blob#length}, {@link Blob#getUnderlyingStream},
* {@link Blob#getBinaryStream}, {@link Blob#getBytes}, {@link Blob#free},
* or toString/equals/hashCode are invoked.
*/ */
@Override @Override
@SuppressWarnings({ "UnnecessaryBoxing" }) @SuppressWarnings({ "UnnecessaryBoxing" })