You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cxf.apache.org by er...@apache.org on 2009/02/17 21:28:50 UTC

svn commit: r745243 - /cxf/trunk/api/src/main/java/org/apache/cxf/interceptor/InterceptorProvider.java

Author: ericjohnson
Date: Tue Feb 17 20:28:49 2009
New Revision: 745243

URL: http://svn.apache.org/viewvc?rev=745243&view=rev
Log:
cleaned up the syntax of the Javadoc comments

Modified:
    cxf/trunk/api/src/main/java/org/apache/cxf/interceptor/InterceptorProvider.java

Modified: cxf/trunk/api/src/main/java/org/apache/cxf/interceptor/InterceptorProvider.java
URL: http://svn.apache.org/viewvc/cxf/trunk/api/src/main/java/org/apache/cxf/interceptor/InterceptorProvider.java?rev=745243&r1=745242&r2=745243&view=diff
==============================================================================
--- cxf/trunk/api/src/main/java/org/apache/cxf/interceptor/InterceptorProvider.java (original)
+++ cxf/trunk/api/src/main/java/org/apache/cxf/interceptor/InterceptorProvider.java Tue Feb 17 20:28:49 2009
@@ -22,9 +22,9 @@
 import java.util.List;
 
 /**
- * The InterceptorProvider interface is implemented by objects that have
- * interceptor chains associated with them.  The methods in this interface
- * provide an ability to add and remove interceptors within the chains
+ * The <code>InterceptorProvider</code> interface is implemented by objects 
+ * that have interceptor chains associated with them. The methods in this 
+ * interface provide the ability to add and remove interceptors to the chains
  * of the InterceptorProvider.
  */
 public interface InterceptorProvider {