mirror of
https://github.com/apache/archiva.git
synced 2025-02-07 02:29:23 +00:00
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.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 Boolean updateManagedRepository( ManagedRepository managedRepository, boo
|
||||
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…
x
Reference in New Issue
Block a user