Author: sebb
Date: Thu Mar  4 18:11:58 2010
New Revision: 919104

URL: http://svn.apache.org/viewvc?rev=919104&view=rev
Log:
Tab police

Modified:
    commons/proper/io/trunk/xdocs/description.xml

Modified: commons/proper/io/trunk/xdocs/description.xml
URL: 
http://svn.apache.org/viewvc/commons/proper/io/trunk/xdocs/description.xml?rev=919104&r1=919103&r2=919104&view=diff
==============================================================================
--- commons/proper/io/trunk/xdocs/description.xml (original)
+++ commons/proper/io/trunk/xdocs/description.xml Thu Mar  4 18:11:58 2010
@@ -177,11 +177,11 @@
 
     <section name="Line iterator">
         <p>
-                       The <code>org.apache.commons.io.LineIterator</code> 
class
-                       provides a flexible way for working with a line-based 
file.
-                       An instance can be created directly, or via factory 
methods on
-                       <code>FileUtils</code> or <code>IOUtils</code>.
-                       The recommended usage pattern is:
+            The <code>org.apache.commons.io.LineIterator</code> class
+            provides a flexible way for working with a line-based file.
+            An instance can be created directly, or via factory methods on
+            <code>FileUtils</code> or <code>IOUtils</code>.
+            The recommended usage pattern is:
         </p>
         <source>
  LineIterator it = FileUtils.lineIterator(file, "UTF-8");


Reply via email to