Fix javadoc syntax for filter-valve 31/37231/2
authorThanh Ha <thanh.ha@linuxfoundation.org>
Wed, 6 Apr 2016 19:10:03 +0000 (15:10 -0400)
committerTony Tkacik <ttkacik@cisco.com>
Tue, 19 Apr 2016 08:09:23 +0000 (08:09 +0000)
Change-Id: I9a5712a168956d8ac3923a5791ec2de3b0b39123
Signed-off-by: Thanh Ha <thanh.ha@linuxfoundation.org>
opendaylight/commons/filter-valve/src/main/java/org/opendaylight/controller/filtervalve/cors/FilterValve.java
opendaylight/commons/filter-valve/src/main/java/org/opendaylight/controller/filtervalve/cors/jaxb/Filter.java

index 814583f..b78abda 100644 (file)
@@ -59,7 +59,7 @@ public class FilterValve extends ValveBase {
     /**
      * Called by Tomcat when configurationFile attribute is set.
      * @param fileName path to xml file containing valve configuration
-     * @throws Exception
+     * @throws Exception exception
      */
     public void setConfigurationFile(String fileName) throws Exception {
         File configurationFile = new File(fileName);
index 3dde5b1..3d781d0 100644 (file)
@@ -42,9 +42,9 @@ public class Filter implements FilterConfig {
 
 
     /**
-     * Called in filter-template nodes defined in <Host/> node - do not actually initialize the filter.
+     * Called in filter-template nodes defined in &lt;Host/&gt; node - do not actually initialize the filter.
      * In this case filter is only used to hold values of init params to be merged with
-     * filter defined in <Context/>
+     * filter defined in &lt;Context/&gt;.
      */
     public synchronized void initializeTemplate(){
         checkState(initialized == false, "Already initialized");