[gatein-commits] gatein SVN: r505 - portal/trunk/component/portal/src/main/java/org/exoplatform/portal/pom/config.

do-not-reply at jboss.org do-not-reply at jboss.org
Thu Nov 5 04:45:37 EST 2009


Author: julien_viet
Date: 2009-11-05 04:45:37 -0500 (Thu, 05 Nov 2009)
New Revision: 505

Modified:
   portal/trunk/component/portal/src/main/java/org/exoplatform/portal/pom/config/POMSession.java
Log:
wrong formatting

Modified: portal/trunk/component/portal/src/main/java/org/exoplatform/portal/pom/config/POMSession.java
===================================================================
--- portal/trunk/component/portal/src/main/java/org/exoplatform/portal/pom/config/POMSession.java	2009-11-05 09:29:56 UTC (rev 504)
+++ portal/trunk/component/portal/src/main/java/org/exoplatform/portal/pom/config/POMSession.java	2009-11-05 09:45:37 UTC (rev 505)
@@ -93,17 +93,20 @@
       }
    }
 
-  private ChromatticSession getSession() {
-    try {
-      Model model = getModel();
-      Field f = model.getClass().getDeclaredField("session");
-      f.setAccessible(true);
-      return (ChromatticSession)f.get(model);
-    }
-    catch (Exception e) {
-      throw new Error(e);
-    }
-  }
+   private ChromatticSession getSession()
+   {
+      try
+      {
+         Model model = getModel();
+         Field f = model.getClass().getDeclaredField("session");
+         f.setAccessible(true);
+         return (ChromatticSession)f.get(model);
+      }
+      catch (Exception e)
+      {
+         throw new Error(e);
+      }
+   }
 
    public Workspace getWorkspace()
    {



More information about the gatein-commits mailing list