You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by oh...@apache.org on 2014/06/02 22:19:27 UTC

svn commit: r1599343 - /commons/proper/configuration/trunk/src/site/xdoc/userguide/howto_basicfeatures.xml

Author: oheger
Date: Mon Jun  2 20:19:27 2014
New Revision: 1599343

URL: http://svn.apache.org/r1599343
Log:
TAB policy

Modified:
    commons/proper/configuration/trunk/src/site/xdoc/userguide/howto_basicfeatures.xml

Modified: commons/proper/configuration/trunk/src/site/xdoc/userguide/howto_basicfeatures.xml
URL: http://svn.apache.org/viewvc/commons/proper/configuration/trunk/src/site/xdoc/userguide/howto_basicfeatures.xml?rev=1599343&r1=1599342&r2=1599343&view=diff
==============================================================================
--- commons/proper/configuration/trunk/src/site/xdoc/userguide/howto_basicfeatures.xml (original)
+++ commons/proper/configuration/trunk/src/site/xdoc/userguide/howto_basicfeatures.xml Mon Jun  2 20:19:27 2014
@@ -24,7 +24,7 @@
  </properties>
 
 <body>
-	<section name="Basic features and AbstractConfiguration">
+    <section name="Basic features and AbstractConfiguration">
     <p>
       The <code>Configuration</code> interface defines a whole bunch of methods.
       Implementing these methods all from scratch can be quite hard. Because of
@@ -47,7 +47,7 @@
     </p>
 
     <subsection name="Handling of missing properties">
-	<p>
+    <p>
       What is a configuration object supposed to do if you pass in a key to one
       of its get methods that does not map to an existing property? Well, the
       default behavior as implemented in <code>AbstractConfiguration</code> is