Skip to content

Commit

Permalink
LPS-57622 Move and rename
Browse files Browse the repository at this point in the history
  • Loading branch information
Ryan Park authored and brianchandotcom committed Aug 3, 2015
1 parent 71debad commit 0f56bbd
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 7 deletions.
Expand Up @@ -12,7 +12,7 @@
* details.
*/

package com.liferay.marketplace.app.manager.web.portlet;
package com.liferay.marketplace.app.manager.web.application.list;

import com.liferay.application.list.BaseControlPanelEntryPanelApp;
import com.liferay.application.list.PanelApp;
Expand All @@ -38,7 +38,7 @@
},
service = PanelApp.class
)
public class MarketplaceAppManagerControlPanelEntry
public class MarketplaceAppManagerPanelApp
extends BaseControlPanelEntryPanelApp {

@Override
Expand Down
Expand Up @@ -12,7 +12,7 @@
* details.
*/

package com.liferay.marketplace.store.web.portlet;
package com.liferay.marketplace.store.web.application.list;

import com.liferay.application.list.BaseControlPanelEntryPanelApp;
import com.liferay.application.list.PanelApp;
Expand All @@ -38,7 +38,7 @@
},
service = PanelApp.class
)
public class MarketplacePurchasedControlPanelEntry
public class MarketplacePurchasedPanelApp
extends BaseControlPanelEntryPanelApp {

@Override
Expand Down
Expand Up @@ -12,7 +12,7 @@
* details.
*/

package com.liferay.marketplace.store.web.portlet;
package com.liferay.marketplace.store.web.application.list;

import com.liferay.application.list.BaseControlPanelEntryPanelApp;
import com.liferay.application.list.PanelApp;
Expand All @@ -38,8 +38,7 @@
},
service = PanelApp.class
)
public class MarketplaceStoreControlPanelEntry
extends BaseControlPanelEntryPanelApp {
public class MarketplaceStorePanelApp extends BaseControlPanelEntryPanelApp {

@Override
public String getParentCategoryKey() {
Expand Down

0 comments on commit 0f56bbd

Please sign in to comment.