HHH-7520 - now the implementation and the javadoc should be the same

This commit is contained in:
Kamyar Sajjadi 2013-01-18 15:52:50 +01:00 committed by Brett Meyer
parent f876f4e24b
commit 51342f6ef3
1 changed files with 2 additions and 2 deletions

View File

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