This commit was approved in order to get rid of a compilation failure.
On Wed, Mar 16, 2011 at 10:15 AM, <[email protected]> wrote: > Author: thilinab > Date: Tue Mar 15 21:45:05 2011 > New Revision: 89861 > URL: http://wso2.org/svn/browse/wso2?view=rev&revision=89861 > > Log: > Fixing a build failure : removing the getGovernanceSystemRegistry() which > is now inherited from AbstractAdmin. > > Modified: > > trunk/carbon/components/stratos/theme-mgt/org.wso2.carbon.theme.mgt/src/main/java/org/wso2/carbon/theme/mgt/services/ThemeMgtService.java > > Modified: > trunk/carbon/components/stratos/theme-mgt/org.wso2.carbon.theme.mgt/src/main/java/org/wso2/carbon/theme/mgt/services/ThemeMgtService.java > URL: > http://wso2.org/svn/browse/wso2/trunk/carbon/components/stratos/theme-mgt/org.wso2.carbon.theme.mgt/src/main/java/org/wso2/carbon/theme/mgt/services/ThemeMgtService.java?rev=89861&r1=89860&r2=89861&view=diff > > ============================================================================== > --- > trunk/carbon/components/stratos/theme-mgt/org.wso2.carbon.theme.mgt/src/main/java/org/wso2/carbon/theme/mgt/services/ThemeMgtService.java > (original) > +++ > trunk/carbon/components/stratos/theme-mgt/org.wso2.carbon.theme.mgt/src/main/java/org/wso2/carbon/theme/mgt/services/ThemeMgtService.java > Tue Mar 15 21:45:05 2011 > @@ -192,16 +192,4 @@ > return null; > } > > - private Registry getGovernanceSystemRegistry() { > - Registry tempRegistry = getGovernanceSystemRegistryIfLoggedIn(); > - if (tempRegistry == null) { > - try { > - return > ThemeUtil.getRegistryService().getGovernanceSystemRegistry(); > - } catch (Exception ignored) { > - // The Registry service should not fail if the above if > condition holds. > - return null; > - } > - } > - return tempRegistry; > - } > } > _______________________________________________ > Carbon-commits mailing list > [email protected] > https://wso2.org/cgi-bin/mailman/listinfo/carbon-commits > -- *Afkham Azeez* Senior Software Architect & Senior Manager; WSO2, Inc.; http://wso2.com, * * *Member; Apache Software Foundation; **http://www.apache.org/*<http://www.apache.org/> * email: **[email protected]* <[email protected]>* cell: +94 77 3320919 blog: **http://blog.afkham.org* <http://blog.afkham.org>* twitter: **http://twitter.com/afkham_azeez*<http://twitter.com/afkham_azeez> * linked-in: **http://lk.linkedin.com/in/afkhamazeez* * * *Lean . Enterprise . Middleware*
_______________________________________________ Carbon-dev mailing list [email protected] http://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev
