o Polished documentation

git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@722459 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Benjamin Bentmann 2008-12-02 13:56:34 +00:00
parent 9beb5becda
commit be10f64e2c
2 changed files with 5 additions and 1 deletions

View File

@ -271,6 +271,10 @@ public class ConfigMojo
*/
private void dumpConfiguration( Properties props )
{
/*
* NOTE: This intentionally does not dump the absolute path of a file to check the actual value that was
* injected by Maven.
*/
dumpValue( props, "propertiesFile", propertiesFile );
dumpValue( props, "booleanParam", booleanParam );
dumpValue( props, "byteParam", byteParam );

View File

@ -57,7 +57,7 @@ class PropertyUtil
}
/**
* /** Serializes the specified object into the given properties, using the provided key. The object may be a scalar
* Serializes the specified object into the given properties, using the provided key. The object may be a scalar
* value like a string or some array/collection/map or a bean.
*
* @param props The properties to serialize into, must not be <code>null</code>.