Skip to content

Commit

Permalink
HE-449 Removed ApplicationManager getOne
Browse files Browse the repository at this point in the history
  • Loading branch information
Jennifer Hickey committed Feb 1, 2010
1 parent dbbe30e commit a799cbc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions hqu/hqapi1/app/ApplicationController.groovy
@@ -1,10 +1,10 @@
import org.hyperic.hq.hqapi1.ErrorCode
import org.hyperic.hq.appdef.server.session.ApplicationManagerImpl as AppMan
import org.hyperic.hq.bizapp.server.session.AppdefBossImpl as ABoss
import org.hyperic.hq.authz.server.session.ResourceManagerImpl as ResMan
import org.hyperic.util.pager.PageControl
import org.hyperic.hq.auth.shared.SessionManager
import org.hyperic.hq.appdef.shared.AppdefEntityID
import org.hyperic.hq.appdef.shared.ApplicationManager;
import org.hyperic.hq.appdef.shared.ApplicationValue
import org.hyperic.hq.appdef.shared.ServiceValue
import org.hyperic.dao.DAOFactory
Expand All @@ -14,7 +14,7 @@ import org.hyperic.hq.context.Bootstrap

class ApplicationController extends ApiController {

def appMan = AppMan.one
def appMan = Bootstrap.getBean(ApplicationManager.class)
def aBoss = ABoss.one
def resMan = ResMan.one

Expand Down

0 comments on commit a799cbc

Please sign in to comment.