HHH-7520 - now the implementation and the javadoc should be the same
This commit is contained in:
parent
f876f4e24b
commit
51342f6ef3
|
@ -90,8 +90,8 @@ 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#length}
|
||||||
* or {@link Blob#getBinaryStream} are invoked.
|
* , {@link Blob#getBinaryStream}, {@link Blob#getBytes} or {@link Blob#free} are invoked.
|
||||||
*/
|
*/
|
||||||
@Override
|
@Override
|
||||||
@SuppressWarnings({ "UnnecessaryBoxing" })
|
@SuppressWarnings({ "UnnecessaryBoxing" })
|
||||||
|
|
Loading…
Reference in New Issue