mirror of https://github.com/apache/maven.git
[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:
parent
7d966ddf12
commit
0a376bb684
|
@ -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
|
||||
*/
|
||||
|
|
|
@ -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
|
||||
*/
|
||||
|
|
Loading…
Reference in New Issue