git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1164496 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Brett Porter 2011-09-02 12:02:23 +00:00
parent b9a43698d1
commit 2620870be8
1 changed files with 2 additions and 2 deletions

View File

@ -258,7 +258,7 @@ public class RepositoryArchivaTaskScheduler
{
if ( isProcessingRepositoryTask( task ) )
{
log.info( "cannot unuqueue Repository task '{}' not already queued.", task );
log.info( "cannot unqueue Repository task '{}' not already queued.", task );
return false;
}
else
@ -382,4 +382,4 @@ public class RepositoryArchivaTaskScheduler
}
}
}
}