You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cxf.apache.org by se...@apache.org on 2011/01/20 13:08:56 UTC

svn commit: r1061261 - /cxf/trunk/rt/frontend/jaxrs/src/main/java/org/apache/cxf/jaxrs/JAXRSServerFactoryBean.java

Author: sergeyb
Date: Thu Jan 20 12:08:56 2011
New Revision: 1061261

URL: http://svn.apache.org/viewvc?rev=1061261&view=rev
Log:
JAX-RS: Fixing the typo in the docs

Modified:
    cxf/trunk/rt/frontend/jaxrs/src/main/java/org/apache/cxf/jaxrs/JAXRSServerFactoryBean.java

Modified: cxf/trunk/rt/frontend/jaxrs/src/main/java/org/apache/cxf/jaxrs/JAXRSServerFactoryBean.java
URL: http://svn.apache.org/viewvc/cxf/trunk/rt/frontend/jaxrs/src/main/java/org/apache/cxf/jaxrs/JAXRSServerFactoryBean.java?rev=1061261&r1=1061260&r2=1061261&view=diff
==============================================================================
--- cxf/trunk/rt/frontend/jaxrs/src/main/java/org/apache/cxf/jaxrs/JAXRSServerFactoryBean.java (original)
+++ cxf/trunk/rt/frontend/jaxrs/src/main/java/org/apache/cxf/jaxrs/JAXRSServerFactoryBean.java Thu Jan 20 12:08:56 2011
@@ -86,7 +86,7 @@ public class JAXRSServerFactoryBean exte
      * By default the subresources are resolved dynamically, mainly due to
      * the JAX-RS specification allowing Objects being returned from the subresource
      * locators. Setting this property to true enables the runtime to do the 
-     * earky resolution.
+     * early resolution.
      * 
      * @param enableStatic enabling the static resolution if set to true
      */