Summary
Remove stale/unused JSP page imports from `view_unpushed_bundles.jsp` that are no longer referenced in the file.
Context
The file `dotCMS/src/main/webapp/html/portlet/ext/contentlet/publishing/view_unpushed_bundles.jsp` contains several unused import declarations left over from previous refactors or feature changes. These dead imports add noise and can mislead developers into thinking those classes are in use.
Imports to remove
- `com.dotcms.repackage.com.google.common.base.CaseFormat`
- `com.dotmarketing.portlets.languagesmanager.model.Language`
- `com.dotcms.publisher.environment.business.EnvironmentAPI`
- `com.dotcms.publisher.environment.bean.Environment`
- `com.dotmarketing.portlets.contentlet.model.Contentlet`
- `com.dotcms.publisher.business.PublishAuditUtil`
- `com.dotmarketing.portlets.contentlet.business.DotContentletStateException`
- `com.dotmarketing.util.Logger`
- `com.dotcms.publisher.business.DotPublisherException`
Acceptance Criteria
Summary
Remove stale/unused JSP page imports from `view_unpushed_bundles.jsp` that are no longer referenced in the file.
Context
The file `dotCMS/src/main/webapp/html/portlet/ext/contentlet/publishing/view_unpushed_bundles.jsp` contains several unused import declarations left over from previous refactors or feature changes. These dead imports add noise and can mislead developers into thinking those classes are in use.
Imports to remove
Acceptance Criteria