Author: simonetripodi
Date: Thu Sep 15 20:37:25 2011
New Revision: 1171262

URL: http://svn.apache.org/viewvc?rev=1171262&view=rev
Log:
spaces in place of tabs

Modified:
    commons/sandbox/functor/trunk/fb-excludes.xml

Modified: commons/sandbox/functor/trunk/fb-excludes.xml
URL: 
http://svn.apache.org/viewvc/commons/sandbox/functor/trunk/fb-excludes.xml?rev=1171262&r1=1171261&r2=1171262&view=diff
==============================================================================
--- commons/sandbox/functor/trunk/fb-excludes.xml (original)
+++ commons/sandbox/functor/trunk/fb-excludes.xml Thu Sep 15 20:37:25 2011
@@ -1,15 +1,13 @@
 <FindBugsFilter>
-     <!-- 
-      Exclude classes which include fields based on non-serializable 
interfaces,
-      as their implementations are (generally) supposed to be serializable.
-      -->
-        <Match classregex="org\.apache\.commons\.functor\.adapter\..*">
-               <BugCode name="Se"/>
-        </Match>
-        <Match classregex="org\.apache\.commons\.functor\.core\.composite\..*">
-               <BugCode name="Se"/>
-        </Match>
-        <Match 
classregex="org\.apache\.commons\.functor\.core\.comparator\.IsWithinRange">
-               <BugCode name="Se"/>
-        </Match>
+  <!-- Exclude classes which include fields based on non-serializable 
interfaces, as their implementations are (generally) 
+    supposed to be serializable. -->
+  <Match classregex="org\.apache\.commons\.functor\.adapter\..*">
+    <BugCode name="Se" />
+  </Match>
+  <Match classregex="org\.apache\.commons\.functor\.core\.composite\..*">
+    <BugCode name="Se" />
+  </Match>
+  <Match 
classregex="org\.apache\.commons\.functor\.core\.comparator\.IsWithinRange">
+    <BugCode name="Se" />
+  </Match>
 </FindBugsFilter>


Reply via email to