HHH-7520 BlobProxy.invoke Javadoc is incorrect
This commit is contained in:
parent
ecf9b7c258
commit
99d9af748b
|
@ -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" })
|
||||||
|
|
Loading…
Reference in New Issue