Author: julien(a)jboss.com
Date: 2007-01-10 11:24:46 -0500 (Wed, 10 Jan 2007)
New Revision: 5981
Modified:
trunk/cms/src/main/org/jboss/portal/cms/impl/jcr/JCRCMS.java
Log:
minor issue introduced in prevrioius commit, oups
Modified: trunk/cms/src/main/org/jboss/portal/cms/impl/jcr/JCRCMS.java
===================================================================
--- trunk/cms/src/main/org/jboss/portal/cms/impl/jcr/JCRCMS.java 2007-01-10 16:23:58 UTC
(rev 5980)
+++ trunk/cms/src/main/org/jboss/portal/cms/impl/jcr/JCRCMS.java 2007-01-10 16:24:46 UTC
(rev 5981)
@@ -233,14 +233,15 @@
{
try
{
-
return
(UserModule)identityServiceController.getIdentityContext().getObject(IdentityContext.TYPE_USER_MODULE);
}
- catch (IdentityException e)
+ catch (IdentityException ignore)
{
- return null;
}
}
+
+ //
+ return null;
}
public IdentityServiceController getIdentityServiceController()
Show replies by date