You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openwebbeans.apache.org by st...@apache.org on 2016/03/14 17:05:30 UTC

svn commit: r1734951 - /openwebbeans/trunk/webbeans-doc/src/docbkx/userguide/chapter1.xml

Author: struberg
Date: Mon Mar 14 16:05:30 2016
New Revision: 1734951

URL: http://svn.apache.org/viewvc?rev=1734951&view=rev
Log:
remove unused config option

Modified:
    openwebbeans/trunk/webbeans-doc/src/docbkx/userguide/chapter1.xml

Modified: openwebbeans/trunk/webbeans-doc/src/docbkx/userguide/chapter1.xml
URL: http://svn.apache.org/viewvc/openwebbeans/trunk/webbeans-doc/src/docbkx/userguide/chapter1.xml?rev=1734951&r1=1734950&r2=1734951&view=diff
==============================================================================
--- openwebbeans/trunk/webbeans-doc/src/docbkx/userguide/chapter1.xml (original)
+++ openwebbeans/trunk/webbeans-doc/src/docbkx/userguide/chapter1.xml Mon Mar 14 16:05:30 2016
@@ -227,11 +227,7 @@ org.apache.webbeans.spi.JNDIService=org.
     					application is run in the OpenEJB embeddable container, one must define this as true.</para>
     				</listitem>
     				
-    				<listitem>
-    					<para><emphasis>org.apache.webbeans.fieldInjection.useOwbSpecificInjection:</emphasis>  Use @Inject annotation at injection fields or not. If it is set to true
-  						you can inject objects into beans without @Inject annotation. Not portable!</para>
-    				</listitem>
-    				
+
     				<listitem>
     					<para><emphasis>org.apache.webbeans.spi.conversation.ConversationService:</emphasis> Conversation Service SPI. Configures Conversation Service
     					implementation for getting conversation related informations. Currently conversation service is implemented for Java Server Faces