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 814583f66acdbcb5d0d2df8f0a2e1871123125df..b78abda51c1abb35cb6e71b8458658ac656a38d6 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 3dde5b1cfac3bdd436c42df7d2193f2c829daec5..3d781d0808d820b27a37c6398aab910a1b35cb17 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");