HHH-8193 copyright dates
This commit is contained in:
parent
6c2937e3c8
commit
c4f1084d20
|
@ -99,12 +99,8 @@ public class BlobProxy implements InvocationHandler {
|
|||
* {@inheritDoc}
|
||||
*
|
||||
* @throws UnsupportedOperationException if any methods other than
|
||||
<<<<<<< HEAD
|
||||
* {@link Blob#length}, {@link Blob#getBinaryStream}, {@link Blob#getBytes}, {@link Blob#free},
|
||||
=======
|
||||
* {@link Blob#length}, {@link BlobImplementer#getUnderlyingStream},
|
||||
* {@link Blob#getBinaryStream}, {@link Blob#getBytes}, {@link Blob#free},
|
||||
>>>>>>> d7dae6c... HHH-8193 - Reset input stream before binding
|
||||
* or toString/equals/hashCode are invoked.
|
||||
*/
|
||||
@Override
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
/*
|
||||
* Hibernate, Relational Persistence for Idiomatic Java
|
||||
*
|
||||
* Copyright (c) 2009 by Red Hat Inc and/or its affiliates or by
|
||||
* Copyright (c) 2013 by Red Hat Inc and/or its affiliates or by
|
||||
* third-party contributors as indicated by either @author tags or express
|
||||
* copyright attribution statements applied by the authors. All
|
||||
* third-party contributions are distributed under license by Red Hat Inc.
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
/*
|
||||
* Hibernate, Relational Persistence for Idiomatic Java
|
||||
*
|
||||
* Copyright (c) 2009 by Red Hat Inc and/or its affiliates or by
|
||||
* Copyright (c) 2013 by Red Hat Inc and/or its affiliates or by
|
||||
* third-party contributors as indicated by either @author tags or express
|
||||
* copyright attribution statements applied by the authors. All
|
||||
* third-party contributions are distributed under license by Red Hat Inc.
|
||||
|
|
Loading…
Reference in New Issue