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:
Olivier Lamy 2012-09-20 21:59:37 +00:00
parent fa70cc8b52
commit 731977e5bd
1 changed files with 2 additions and 3 deletions

View File

@ -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.