[MNG-4950] Javadoc improvements to DefaultSettingsWriter/Reader

Submitted by: Anders Hammar

git-svn-id: https://svn.apache.org/repos/asf/maven/maven-3/trunk@1051868 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Benjamin Bentmann 2010-12-22 12:09:58 +00:00
parent 7d966ddf12
commit 0a376bb684
2 changed files with 2 additions and 2 deletions

View File

@ -33,7 +33,7 @@ import org.codehaus.plexus.util.ReaderFactory;
import org.codehaus.plexus.util.xml.pull.XmlPullParserException;
/**
* Handles deserialization of settings from some kind of textual format like XML.
* Handles deserialization of settings from the default textual format.
*
* @author Benjamin Bentmann
*/

View File

@ -33,7 +33,7 @@ import org.codehaus.plexus.util.IOUtil;
import org.codehaus.plexus.util.WriterFactory;
/**
* Handles serialization of settings into some kind of textual format like XML.
* Handles serialization of settings into the default textual format.
*
* @author Benjamin Bentmann
*/