mirror of https://github.com/apache/openjpa.git
OPENJPA-1959: make runtime exception translator transient
git-svn-id: https://svn.apache.org/repos/asf/openjpa/branches/2.1.x@1080981 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
4ec7ec85aa
commit
28aa310b67
|
@ -45,7 +45,7 @@ public class DelegatingQuery
|
|||
|
||||
private final Query _query;
|
||||
private final DelegatingQuery _del;
|
||||
private final RuntimeExceptionTranslator _trans;
|
||||
private final transient RuntimeExceptionTranslator _trans;
|
||||
|
||||
/**
|
||||
* Constructor; supply delegate.
|
||||
|
|
Loading…
Reference in New Issue