Author: struberg
Date: Mon Nov 26 08:32:47 2012
New Revision: 1413505

URL: http://svn.apache.org/viewvc?rev=1413505&view=rev
Log:
formatting only 

Modified:
    
openwebbeans/trunk/webbeans-impl/src/main/java/org/apache/webbeans/intercept/InvocationContextImpl.java

Modified: 
openwebbeans/trunk/webbeans-impl/src/main/java/org/apache/webbeans/intercept/InvocationContextImpl.java
URL: 
http://svn.apache.org/viewvc/openwebbeans/trunk/webbeans-impl/src/main/java/org/apache/webbeans/intercept/InvocationContextImpl.java?rev=1413505&r1=1413504&r2=1413505&view=diff
==============================================================================
--- 
openwebbeans/trunk/webbeans-impl/src/main/java/org/apache/webbeans/intercept/InvocationContextImpl.java
 (original)
+++ 
openwebbeans/trunk/webbeans-impl/src/main/java/org/apache/webbeans/intercept/InvocationContextImpl.java
 Mon Nov 26 08:32:47 2012
@@ -227,8 +227,7 @@ public class InvocationContextImpl imple
                 
owbBean.getWebBeansContext().getSecurityService().doPrivilegedSetAccessible(aroundInvokeMethod,
 true);
             }
             
-            Object t = intc.createNewInstance(ccKey != null ? ccKey : target,
-                    (CreationalContextImpl<?>) creationalContext);
+            Object t = intc.createNewInstance(ccKey != null ? ccKey : target, 
(CreationalContextImpl<?>) creationalContext);
 
             if (t == null)
             {
@@ -284,8 +283,7 @@ public class InvocationContextImpl imple
                 
owbBean.getWebBeansContext().getSecurityService().doPrivilegedSetAccessible(aroundTimeoutMethod,
 true);
             }
             
-            Object t = intc.createNewInstance(ccKey != null ? ccKey : target,
-                    (CreationalContextImpl<?>) creationalContext);
+            Object t = intc.createNewInstance(ccKey != null ? ccKey : target, 
(CreationalContextImpl<?>) creationalContext);
 
             if (t == null)
             {
@@ -369,8 +367,7 @@ public class InvocationContextImpl imple
 
             currentMethod++;
 
-            Object t = intc.createNewInstance(ccKey != null ? ccKey : target,
-                    (CreationalContextImpl<?>) creationalContext);
+            Object t = intc.createNewInstance(ccKey != null ? ccKey : target, 
(CreationalContextImpl<?>) creationalContext);
 
             //In bean class
             if (t == null)


Reply via email to