Skip to content

Commit

Permalink
HHH-11058 - NPE in SchemaValidator with DdlTransactionIsolatorJtaImpl
Browse files Browse the repository at this point in the history
(cherry picked from commit 68c62da)
  • Loading branch information
sebersole authored and gbadner committed Aug 23, 2016
1 parent 248df37 commit 148c412
Showing 1 changed file with 4 additions and 0 deletions.
Expand Up @@ -24,6 +24,10 @@ public interface DdlTransactionIsolator {
* In general a DdlTransactionIsolator should be returned from
* {@link TransactionCoordinatorBuilder#buildDdlTransactionIsolator}
* already prepared for use (until {@link #release} is called).
*
* @deprecated Instances should be returned from
* {@link TransactionCoordinatorBuilder#buildDdlTransactionIsolator}
* already prepared for use
*/
@Deprecated
void prepare();
Expand Down

0 comments on commit 148c412

Please sign in to comment.