Cleanup comment

git-svn-id: https://svn.apache.org/repos/asf/felix/trunk@1243070 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/bundleplugin/src/main/java/org/apache/felix/bundleplugin/BundlePlugin.java b/bundleplugin/src/main/java/org/apache/felix/bundleplugin/BundlePlugin.java
index 083142d..733e006 100644
--- a/bundleplugin/src/main/java/org/apache/felix/bundleplugin/BundlePlugin.java
+++ b/bundleplugin/src/main/java/org/apache/felix/bundleplugin/BundlePlugin.java
@@ -1185,10 +1185,10 @@
         {
             try
             {
+                // don't pass upper-case session settings to bnd as they end up in the manifest
                 Properties sessionProperties = m_mavenSession.getExecutionProperties();
                 for ( Enumeration e = sessionProperties.propertyNames(); e.hasMoreElements(); )
                 {
-                    // don't pass upper-case settings to bnd
                     String key = ( String ) e.nextElement();
                     if ( key.length() > 0 && !Character.isUpperCase( key.charAt( 0 ) ) )
                     {