Fix method name

git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@513389 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Emmanuel Venisse 2007-03-01 15:54:07 +00:00
parent 95614d0efb
commit 013a962760
1 changed files with 1 additions and 1 deletions
archiva-webapp/src/main/resources

View File

@ -293,7 +293,7 @@
<interceptor-ref name="unconfiguredStack"/>
</action>
<action name="runIndexer" class="runRepositoryTaskAction" method="runIndexer">
<action name="runIndexer" class="runRepositoryTaskAction" method="runRefresh">
<result type="redirect-action">index</result>
</action>