OWB-1294 fix typo and improve docs


git-svn-id: https://svn.apache.org/repos/asf/openwebbeans/trunk@1862931 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/webbeans-impl/src/main/resources/META-INF/openwebbeans/openwebbeans.properties b/webbeans-impl/src/main/resources/META-INF/openwebbeans/openwebbeans.properties
index 0cffe47..d9fe43b 100644
--- a/webbeans-impl/src/main/resources/META-INF/openwebbeans/openwebbeans.properties
+++ b/webbeans-impl/src/main/resources/META-INF/openwebbeans/openwebbeans.properties
@@ -102,7 +102,15 @@
 # This one does not support conversation propagation. It's basically a no-op implementation
 # This will get overwritten in the web and jsf plugins
 org.apache.webbeans.spi.ConversationService=org.apache.webbeans.conversation.DefaultConversationService
+################################################################################################
+
+
+############################### Implicit Injection Points ######################################
+# By default CDI requires to use the @javax.inject.Inject annotation on any injection point.
+# OpenWebBeans supports a smarter mode by automatically enable fields as injection points
+# if they have a valid Qualifier.
 org.apache.webbeans.spi.InjectionPointService=org.apache.webbeans.service.DefaultInjectionPointService
+# This feature is off by default for performance reasons
 org.apache.webbeans.service.DefaultInjectionPointService.implicitSupport = true
 ################################################################################################
 
@@ -151,14 +159,6 @@
 # org.apache.webbeans.ignoredExtensions=org.acme.FooExtension
 ################################################################################################
 
-############################### Implicit Injection Points ######################################
-# By default CDI requires to use the @javax.inject.Inject annotation on any injection point.
-# OpenWebBeans supports a smarter mode by automatically enable fields as injection points
-# if they have a valid Qualifier.
-# This feature is off by default for performance reasons
-org.apache.webbeans.service.DefaultInjectionPointService..implicitSupport=false
-################################################################################################
-
 
 ######################### Bean Scanning ########################################################
 # A list of known JARs/paths which should not be scanned for beans