Enable checkstyle for other non-source files
[controller.git] / opendaylight / web / devices / src / main / resources / WEB-INF / Devices-servlet.xml
index 6b0a731b99cc445df4c262beebb1e2407b8666f9..af5cd8d4569650ecbd719167171d2762bfb993cd 100644 (file)
@@ -3,19 +3,19 @@
   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"\r
   xmlns:context="http://www.springframework.org/schema/context"\r
   xmlns:mvc="http://www.springframework.org/schema/mvc"\r
-  xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans-3.0.xsd \r
+  xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans-3.0.xsd\r
                       http://www.springframework.org/schema/mvc http://www.springframework.org/schema/mvc/spring-mvc-3.0.xsd\r
                       http://www.springframework.org/schema/context http://www.springframework.org/schema/context/spring-context-3.0.xsd">\r
 \r
   <context:component-scan base-package="org.opendaylight.controller.devices.web"/>\r
-  \r
+\r
   <mvc:resources mapping="/js/**" location="/js/" />\r
   <mvc:resources mapping="/css/**" location="/css/" />\r
   <mvc:resources mapping="/img/**" location="/img/" />\r
   <mvc:annotation-driven/>\r
-  \r
+\r
   <bean id="viewResolver" class="org.springframework.web.servlet.view.InternalResourceViewResolver">\r
-       <property name="prefix" value="/WEB-INF/jsp/"/>\r
-       <property name="suffix" value=".jsp"/>\r
+        <property name="prefix" value="/WEB-INF/jsp/"/>\r
+        <property name="suffix" value=".jsp"/>\r
   </bean>\r
 </beans>\r