mirror of https://github.com/apache/openjpa.git
fix line wrapping
git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@649244 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
fe45f77f03
commit
316ced44c4
|
@ -781,7 +781,8 @@ public abstract class J2DoPrivHelper {
|
||||||
*
|
*
|
||||||
* @return ClassLoader
|
* @return ClassLoader
|
||||||
*/
|
*/
|
||||||
public static final PrivilegedAction<ClassLoader> getContextClassLoaderAction() {
|
public static final PrivilegedAction<ClassLoader>
|
||||||
|
getContextClassLoaderAction() {
|
||||||
return new PrivilegedAction<ClassLoader>() {
|
return new PrivilegedAction<ClassLoader>() {
|
||||||
public ClassLoader run() {
|
public ClassLoader run() {
|
||||||
return Thread.currentThread().getContextClassLoader();
|
return Thread.currentThread().getContextClassLoader();
|
||||||
|
|
Loading…
Reference in New Issue