mirror of https://github.com/apache/openjpa.git
OPENJPA-2354: Remove synchronized from pcReplaceStateManager method.
git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@1458993 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
dd439b5ea9
commit
085ea3eb07
|
@ -1861,7 +1861,6 @@ public class PCEnhancer {
|
|||
// public void pcReplaceStateManager (StateManager sm)
|
||||
BCMethod method = _pc.declareMethod(PRE + "ReplaceStateManager",
|
||||
void.class, new Class[]{ SMTYPE });
|
||||
method.setSynchronized(true);
|
||||
method.getExceptions(true).addException(SecurityException.class);
|
||||
Code code = method.getCode(true);
|
||||
|
||||
|
|
Loading…
Reference in New Issue