diff options
author | Olivier Lamy <olamy@apache.org> | 2012-12-20 15:34:51 +0000 |
---|---|---|
committer | Olivier Lamy <olamy@apache.org> | 2012-12-20 15:34:51 +0000 |
commit | 9682660dbcff0ef77676b25fbbea80e5f6bdf361 (patch) | |
tree | 202651754b105f78eb849b1eff81b54dbd9b9ab7 /archiva-modules/plugins | |
parent | 6d3d28eb2105f19fa0011a2b9283a2b20e9c67a0 (diff) | |
download | archiva-9682660dbcff0ef77676b25fbbea80e5f6bdf361.tar.gz archiva-9682660dbcff0ef77676b25fbbea80e5f6bdf361.zip |
review/comment/delete some FIXME
git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1424533 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'archiva-modules/plugins')
-rw-r--r-- | archiva-modules/plugins/maven2-repository/src/main/java/org/apache/archiva/metadata/repository/storage/maven2/Maven2RepositoryStorage.java | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/archiva-modules/plugins/maven2-repository/src/main/java/org/apache/archiva/metadata/repository/storage/maven2/Maven2RepositoryStorage.java b/archiva-modules/plugins/maven2-repository/src/main/java/org/apache/archiva/metadata/repository/storage/maven2/Maven2RepositoryStorage.java index 803809afb..bdd3783bc 100644 --- a/archiva-modules/plugins/maven2-repository/src/main/java/org/apache/archiva/metadata/repository/storage/maven2/Maven2RepositoryStorage.java +++ b/archiva-modules/plugins/maven2-repository/src/main/java/org/apache/archiva/metadata/repository/storage/maven2/Maven2RepositoryStorage.java @@ -96,7 +96,6 @@ import java.util.Map; * Maven 2 repository format storage implementation. This class currently takes parameters to indicate the repository to * deal with rather than being instantiated per-repository. * FIXME: instantiate one per repository and allocate permanently from a factory (which can be obtained within the session). - * TODO: finish Maven 1 implementation to prove this API * <p/> * The session is passed in as an argument to obtain any necessary resources, rather than the class being instantiated * within the session in the context of a single managed repository's resolution needs. |