From af099b3245860036453f5c59207147d37fbc48fd Mon Sep 17 00:00:00 2001 From: Thanh Ha Date: Wed, 6 Apr 2016 15:10:03 -0400 Subject: [PATCH] Fix javadoc syntax for filter-valve Change-Id: I9a5712a168956d8ac3923a5791ec2de3b0b39123 Signed-off-by: Thanh Ha --- .../opendaylight/controller/filtervalve/cors/FilterValve.java | 2 +- .../opendaylight/controller/filtervalve/cors/jaxb/Filter.java | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) 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"); -- 2.36.6