[MRM-1282] note a fix that is needed sooner to restore legacy storage capabilities

git-svn-id: https://svn.apache.org/repos/asf/archiva/branches/MRM-1025@883966 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Brett Porter 2009-11-25 03:14:29 +00:00
parent 46fa883487
commit 8cd001c36c
1 changed files with 3 additions and 3 deletions

View File

@ -21,8 +21,8 @@ package org.apache.archiva.metadata.repository;
import java.util.Collection;
import org.apache.archiva.metadata.model.ProjectVersionMetadata;
import org.apache.archiva.metadata.model.ProjectMetadata;
import org.apache.archiva.metadata.model.ProjectVersionMetadata;
/**
* @plexus.component role="org.apache.archiva.metadata.repository.MetadataResolver"
@ -36,8 +36,8 @@ public class DefaultMetadataResolver
private MetadataRepository metadataRepository;
/**
* TODO: this needs to be configurable based on storage type, and availability of proxy module
* TODO: could be a different type since we need methods to modify the storage metadata
* FIXME: this needs to be configurable based on storage type, and availability of proxy module
* ... could be a different type since we need methods to modify the storage metadata
* @plexus.requirement role-hint="maven2"
*/
private MetadataResolver storageResolver;