FELIX-4033 :  Issue warning messages for redundant SCR annotation combinations 

git-svn-id: https://svn.apache.org/repos/asf/felix/trunk@1475701 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/scrplugin/generator/src/main/java/org/apache/felix/scrplugin/SCRDescriptorGenerator.java b/scrplugin/generator/src/main/java/org/apache/felix/scrplugin/SCRDescriptorGenerator.java
index b52f65a..f647846 100644
--- a/scrplugin/generator/src/main/java/org/apache/felix/scrplugin/SCRDescriptorGenerator.java
+++ b/scrplugin/generator/src/main/java/org/apache/felix/scrplugin/SCRDescriptorGenerator.java
@@ -490,7 +490,7 @@
                 final String name = pd.getName();
                 if ( org.osgi.framework.Constants.SERVICE_ID.equals(name) ) {
                     iLog.addError("Class " + current.getDescribedClass().getName() + " is declaring " +
-                                  " the protected property 'service.id'.", current.getSource() );
+                                  "the protected property 'service.id'.", current.getSource() );
                     continue;
 
                 }