Uploaded image for project: 'PUBLIC - Liferay Portal Community Edition'
  1. PUBLIC - Liferay Portal Community Edition
  2. LPS-106918

Remove old autogenerated classes that were suppose to removed from the fix for LPS-86455

Details

    Description

      There are no steps to reproduce since this technically isn't a bug but a code clean up instead.

      LPS-86455 created a new entity in the database. During the progress of the fix the name changed from DLFileEntryPreview to FileVersionPreview and ultimately settled on DLFileVersionPreview.

      DLFileEntryPreview > FileVersionPreview > DLFileVersionPreview
      

      The following commit made the final name change.

      Some of the old autogenerated classes were removed in this commit after the name change mentioned above.

      Finally the new replacement classes were generated here.

      Unfortunately this commit missed removing the following no longer needed autogenerated classes:

      FileVersionPreview.java
      FileVersionPreviewLocalService.java
      FileVersionPreviewLocalServiceUtil.java
      FileVersionPreviewLocalServiceWrapper.java
      FileVersionPreviewModel.java
      FileVersionPreviewPersistence.java
      FileVersionPreviewSoap.java
      FileVersionPreviewUtil.java
      FileVersionPreviewWrapper.java
      

      Attachments

        Issue Links

          Activity

            People

              brian.chan Brian Chan
              michael.prigge Michael Prigge
              Marta Elicegui Marta Elicegui
              Votes:
              0 Vote for this issue
              Watchers:
              0 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved:
                3 years, 21 weeks, 4 days ago

                Packages

                  Version Package
                  7.3.0 CE GA1
                  7.3.1 CE GA2
                  7.3.10 DXP GA1
                  Master