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:
Michael Dick 2008-04-17 19:30:14 +00:00
parent fe45f77f03
commit 316ced44c4
1 changed files with 2 additions and 1 deletions

View File

@ -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();