From: Thanh Ha Date: Wed, 6 Apr 2016 19:10:03 +0000 (-0400) Subject: Fix javadoc syntax for filter-valve X-Git-Tag: release/boron~212 X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?p=controller.git;a=commitdiff_plain;h=af099b3245860036453f5c59207147d37fbc48fd Fix javadoc syntax for filter-valve Change-Id: I9a5712a168956d8ac3923a5791ec2de3b0b39123 Signed-off-by: Thanh Ha --- diff --git a/opendaylight/commons/filter-valve/src/main/java/org/opendaylight/controller/filtervalve/cors/FilterValve.java b/opendaylight/commons/filter-valve/src/main/java/org/opendaylight/controller/filtervalve/cors/FilterValve.java index 814583f66a..b78abda51c 100644 --- a/opendaylight/commons/filter-valve/src/main/java/org/opendaylight/controller/filtervalve/cors/FilterValve.java +++ b/opendaylight/commons/filter-valve/src/main/java/org/opendaylight/controller/filtervalve/cors/FilterValve.java @@ -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); diff --git a/opendaylight/commons/filter-valve/src/main/java/org/opendaylight/controller/filtervalve/cors/jaxb/Filter.java b/opendaylight/commons/filter-valve/src/main/java/org/opendaylight/controller/filtervalve/cors/jaxb/Filter.java index 3dde5b1cfa..3d781d0808 100644 --- a/opendaylight/commons/filter-valve/src/main/java/org/opendaylight/controller/filtervalve/cors/jaxb/Filter.java +++ b/opendaylight/commons/filter-valve/src/main/java/org/opendaylight/controller/filtervalve/cors/jaxb/Filter.java @@ -42,9 +42,9 @@ public class Filter implements FilterConfig { /** - * Called in filter-template nodes defined in node - do not actually initialize the filter. + * Called in filter-template nodes defined in <Host/> 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 + * filter defined in <Context/>. */ public synchronized void initializeTemplate(){ checkState(initialized == false, "Already initialized");