feature_24985 #15

Merged
francesco.mangiacrapa merged 28 commits from feature_24985 into master 2023-05-11 14:19:37 +02:00
1 changed files with 2 additions and 1 deletions
Showing only changes of commit b820f68e7e - Show all commits

View File

@ -303,11 +303,12 @@ public class DefaultDocumentsClient<T extends Project> implements Projects<T> {
* @param id the id
* @param path the path
* @param force the force
* @param ignoreErrors the ignore errors
* @return the t
* @throws RemoteException the remote exception
*/
@Override
public T deleteFileSet(String id, String path, Boolean force) throws RemoteException {
public T deleteFileSet(String id, String path, Boolean force, Boolean ignoreErrors) throws RemoteException {
try {
log.debug("Deleting Fileset for ID {}  [useCaseDescriptor {}  , class {}] at {} (force {} )",
id, profileID,getManagedClass(),path, force);