Author: oheger
Date: Sat Aug 4 15:06:01 2012
New Revision: 1369338
URL: http://svn.apache.org/viewvc?rev=1369338&view=rev
Log:
[CONFIGURATION-503] Small changes in user guide documentation.
Modified:
commons/proper/configuration/trunk/RELEASE-NOTES.txt
commons/proper/configuration/trunk/src/changes/changes.xml
commons/proper/configuration/trunk/src/site/xdoc/userguide/howto_properties.xml
Modified: commons/proper/configuration/trunk/RELEASE-NOTES.txt
URL:
http://svn.apache.org/viewvc/commons/proper/configuration/trunk/RELEASE-NOTES.txt?rev=1369338&r1=1369337&r2=1369338&view=diff
==============================================================================
--- commons/proper/configuration/trunk/RELEASE-NOTES.txt (original)
+++ commons/proper/configuration/trunk/RELEASE-NOTES.txt Sat Aug 4 15:06:01
2012
@@ -44,6 +44,9 @@ BUG FIXES IN 1.9
IMPROVEMENTS AND NEW FEATURES IN 1.9
====================================
+* [CONFIGURATION-503]
+ Small changes in user guide documentation.
+
* [CONFIGURATION-502]
Improvements of basic features and AbstractConfiguration documentation.
Modified: commons/proper/configuration/trunk/src/changes/changes.xml
URL:
http://svn.apache.org/viewvc/commons/proper/configuration/trunk/src/changes/changes.xml?rev=1369338&r1=1369337&r2=1369338&view=diff
==============================================================================
--- commons/proper/configuration/trunk/src/changes/changes.xml (original)
+++ commons/proper/configuration/trunk/src/changes/changes.xml Sat Aug 4
15:06:01 2012
@@ -27,6 +27,9 @@
<body>
<release version="1.9" date="in SVN"
description="TBD">
+ <action dev="oheger" type="update" issue="CONFIGURATION-503"
due-to="Tino Sino">
+ Small changes in user guide documentation.
+ </action>
<action dev="oheger" type="update" issue="CONFIGURATION-502"
due-to="Tino Sino">
Improvements of basic features and AbstractConfiguration documentation.
</action>
Modified:
commons/proper/configuration/trunk/src/site/xdoc/userguide/howto_properties.xml
URL:
http://svn.apache.org/viewvc/commons/proper/configuration/trunk/src/site/xdoc/userguide/howto_properties.xml?rev=1369338&r1=1369337&r2=1369338&view=diff
==============================================================================
---
commons/proper/configuration/trunk/src/site/xdoc/userguide/howto_properties.xml
(original)
+++
commons/proper/configuration/trunk/src/site/xdoc/userguide/howto_properties.xml
Sat Aug 4 15:06:01 2012
@@ -38,7 +38,7 @@
This is because most configuration implementations that ship with
Commons Configuration are derived from the common base class
<code><a
href="../apidocs/org/apache/commons/configuration/AbstractConfiguration.html">AbstractConfiguration</a></code>,
- which implementes this features.
+ which implements these features.
</p>
<subsection name="Using PropertiesConfiguration">
@@ -260,7 +260,7 @@ config.dirs = \\\\share2
<code><a
href="../apidocs/org/apache/commons/configuration/PropertiesConfigurationLayout.html">
PropertiesConfigurationLayout</a></code>. This layout object is
responsible for preserving most of the structure of loaded
configuration
- files. This means that things like comments or blanc lines in a saved
+ files. This means that things like comments or blank lines in a saved
properties file will closely resemble the original properties file
(the algorithm is not 100 percent perfect, but for most use cases it
should be sufficient).
@@ -284,8 +284,8 @@ config.dirs = \\\\share2
followed by an empty line.</li>
<li><code>setBlancLinesBefore()</code><br/>
This methods allows defining the number of empty lines to be written
- before the specified property. It can be used, for instance, for
- deviding the properties file into multiple logic sections.</li>
+ before the specified property. It can be used, for instance, to
+ devide the properties file into multiple logical sections.</li>
<li><code>setSingleLine()</code><br/>
If a property has multiple values, with <code>setSingleLine()</code> it
can be specified that all these values should be written into a single