/*\r
* Copyright © 2017-2018 AT&T Intellectual Property.\r
- *\r
+ * Modifications Copyright © 2018 IBM.\r
+ * \r
* Licensed under the Apache License, Version 2.0 (the "License");\r
* you may not use this file except in compliance with the License.\r
* You may obtain a copy of the License at\r
public class CorsFilter implements Filter {\r
\r
public void destroy() {\r
+ //method does nothing\r
}\r
\r
public void doFilter(ServletRequest servletRequest, ServletResponse servletResponse, FilterChain chain)\r
}\r
\r
public void init(FilterConfig fConfig) throws ServletException {\r
+ //method does nothing\r
}\r
\r
}
\ No newline at end of file