From d28c86f2a6878929a959c020aa3a89d1fd2f984d Mon Sep 17 00:00:00 2001 From: John Arthorne Date: Tue, 8 Dec 2009 21:31:22 +0000 Subject: added comment --- .../p2/artifact/repository/simple/SimpleArtifactRepository.java | 3 +++ 1 file changed, 3 insertions(+) diff --git a/bundles/org.eclipse.equinox.p2.artifact.repository/src/org/eclipse/equinox/internal/p2/artifact/repository/simple/SimpleArtifactRepository.java b/bundles/org.eclipse.equinox.p2.artifact.repository/src/org/eclipse/equinox/internal/p2/artifact/repository/simple/SimpleArtifactRepository.java index b9414389a..cc9758aec 100644 --- a/bundles/org.eclipse.equinox.p2.artifact.repository/src/org/eclipse/equinox/internal/p2/artifact/repository/simple/SimpleArtifactRepository.java +++ b/bundles/org.eclipse.equinox.p2.artifact.repository/src/org/eclipse/equinox/internal/p2/artifact/repository/simple/SimpleArtifactRepository.java @@ -202,6 +202,9 @@ public class SimpleArtifactRepository extends AbstractArtifactRepository impleme static final private Integer REPOSITORY_VERSION = new Integer(1); private static final String XML_EXTENSION = ".xml"; //$NON-NLS-1$ protected Set artifactDescriptors = new HashSet(); + /** + * Map> containing the index of artifacts in the repository. + */ protected Map artifactMap = new HashMap(); private transient BlobStore blobStore; transient private Mapper mapper = new Mapper(); -- cgit v1.2.3