mirror of https://github.com/apache/archiva.git
git svn fail to delete empty directory
git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1388242 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
fa70cc8b52
commit
731977e5bd
|
@ -60,7 +60,6 @@ import java.io.File;
|
|||
import java.io.IOException;
|
||||
import java.net.MalformedURLException;
|
||||
import java.util.ArrayList;
|
||||
import java.util.Arrays;
|
||||
import java.util.Collections;
|
||||
import java.util.HashMap;
|
||||
import java.util.List;
|
||||
|
@ -456,8 +455,8 @@ public class DefaultManagedRepositoryAdmin
|
|||
throws RepositoryAdminException
|
||||
{
|
||||
|
||||
log.debug( "updateManagedConfiguration repo {} needStage {} resetStats {} ",
|
||||
Arrays.asList( managedRepository, needStageRepo, resetStats ).toArray() );
|
||||
log.debug( "updateManagedConfiguration repo {} needStage {} resetStats {} ", managedRepository, needStageRepo,
|
||||
resetStats );
|
||||
|
||||
// Ensure that the fields are valid.
|
||||
|
||||
|
|
Loading…
Reference in New Issue