mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-08-07 17:49:17 +00:00
SAIL-232: AppliedPatch.hbm.xml
- Basic CREATE script for core tables: AlfrescoCreate-3.3-RepoTables.sql - Removed Hibernate control of alf_applied_patch git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@18101 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
@@ -27,8 +27,6 @@ package org.alfresco.repo.admin.patch;
|
||||
import java.util.Date;
|
||||
import java.util.List;
|
||||
|
||||
import org.alfresco.error.AlfrescoRuntimeException;
|
||||
|
||||
/**
|
||||
* Manages patches applied against the repository.
|
||||
* <p>
|
||||
@@ -73,5 +71,5 @@ public interface PatchService
|
||||
* the end date of the search, or null to g
|
||||
* @return Returns all applied patches (successful or not)
|
||||
*/
|
||||
public List<PatchInfo> getPatches(Date fromDate, Date toDate);
|
||||
public List<AppliedPatch> getPatches(Date fromDate, Date toDate);
|
||||
}
|
||||
|
Reference in New Issue
Block a user