Fix javadoc syntax for filter-valve
[controller.git] / opendaylight / commons / filter-valve / src / main / java / org / opendaylight / controller / filtervalve / cors / FilterValve.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);