Author: gpetracek
Date: Thu Feb 27 11:11:38 2014
New Revision: 1572515
URL: http://svn.apache.org/r1572515
Log:
updated content
Modified:
deltaspike/site/trunk/content/spi.mdtext
Modified: deltaspike/site/trunk/content/spi.mdtext
URL:
http://svn.apache.org/viewvc/deltaspike/site/trunk/content/spi.mdtext?rev=1572515&r1=1572514&r2=1572515&view=diff
==============================================================================
--- deltaspike/site/trunk/content/spi.mdtext (original)
+++ deltaspike/site/trunk/content/spi.mdtext Thu Feb 27 11:11:38 2014
@@ -16,7 +16,6 @@ Notice: Licensed to the Apache Softwa
specific language governing permissions and limitations
under the License.
-
[TOC]
***
@@ -56,7 +55,7 @@ A class-deactivator allows to specify de
}
A class-deactivator will be resolved from the environment via the default
resolvers or via a custom resolver which allows to use any type of
configuration-format.
-(see `org.apache.deltaspike.core.api.config.ConfigResolver`). The key is the
fully qualified name of the interface
(`org.apache.deltaspike.core.api.activation.ClassDeactivator`).
+(see `org.apache.deltaspike.core.api.config.ConfigResolver`). The key is the
fully qualified name of the interface
(`org.apache.deltaspike.core.spi.activation.ClassDeactivator`).
# ConfigSource