Add comment.

git-svn-id: https://svn.apache.org/repos/asf/felix/trunk@634191 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/scrplugin/src/main/java/org/apache/felix/scrplugin/tags/JavaClassDescriptorManager.java b/scrplugin/src/main/java/org/apache/felix/scrplugin/tags/JavaClassDescriptorManager.java
index c268edc..da8105a 100644
--- a/scrplugin/src/main/java/org/apache/felix/scrplugin/tags/JavaClassDescriptorManager.java
+++ b/scrplugin/src/main/java/org/apache/felix/scrplugin/tags/JavaClassDescriptorManager.java
@@ -131,6 +131,8 @@
                         throw new MojoExecutionException("Unable to get manifest from artifact " + artifact, ioe);
                     }
                     this.log.debug("Trying to get scrinfo from artifact " + artifact);
+                    // now read the scr private file - components stored there overwrite components already
+                    // read from the service component section.
                     try {
                         final File scrInfoFile = this.getFile(artifact, Constants.ABSTRACT_DESCRIPTOR_ARCHIV_PATH);
                         if ( scrInfoFile != null ) {