mirror of https://github.com/apache/archiva.git
remove fixed FIXME :-)
git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1164561 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
d376a39688
commit
df883fe499
|
@ -43,10 +43,7 @@ public class AddManagedRepositoryAction
|
|||
extends AbstractManagedRepositoriesAction
|
||||
implements Preparable, Validateable
|
||||
{
|
||||
/**
|
||||
* FIXME we must manipulate beans from repo admin api
|
||||
* The model for this action.
|
||||
*/
|
||||
|
||||
private ManagedRepository repository;
|
||||
|
||||
private boolean stageNeeded;
|
||||
|
|
|
@ -30,7 +30,6 @@ import org.springframework.stereotype.Controller;
|
|||
* DeleteManagedRepositoryAction
|
||||
*
|
||||
* @version $Id$
|
||||
* plexus.component role="com.opensymphony.xwork2.Action" role-hint="deleteManagedRepositoryAction" instantiation-strategy="per-lookup"
|
||||
*/
|
||||
@Controller( "deleteManagedRepositoryAction" )
|
||||
@Scope( "prototype" )
|
||||
|
@ -39,10 +38,7 @@ public class DeleteManagedRepositoryAction
|
|||
implements Preparable
|
||||
{
|
||||
|
||||
/**
|
||||
* FIXME we must manipulate beans from repo admin api
|
||||
* The model for this action.
|
||||
*/
|
||||
|
||||
private ManagedRepositoryConfiguration repository;
|
||||
|
||||
private ManagedRepositoryConfiguration stagingRepository;
|
||||
|
|
|
@ -42,10 +42,7 @@ public class EditManagedRepositoryAction
|
|||
extends AbstractManagedRepositoriesAction
|
||||
implements Preparable, Validateable
|
||||
{
|
||||
/**
|
||||
* FIXME we must manipulate beans from repo admin api
|
||||
* The model for this action.
|
||||
*/
|
||||
|
||||
private ManagedRepository repository;
|
||||
|
||||
private ManagedRepository stagingRepository;
|
||||
|
|
Loading…
Reference in New Issue