mirror of https://github.com/apache/maven.git
o Removed utility classes from public API
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@781123 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
34dfd48922
commit
99a0a12c46
|
@ -28,7 +28,7 @@ import org.codehaus.plexus.interpolation.AbstractValueSource;
|
||||||
*
|
*
|
||||||
* @version $Id$
|
* @version $Id$
|
||||||
*/
|
*/
|
||||||
public class BuildTimestampValueSource
|
class BuildTimestampValueSource
|
||||||
extends AbstractValueSource
|
extends AbstractValueSource
|
||||||
{
|
{
|
||||||
|
|
||||||
|
|
|
@ -30,7 +30,7 @@ import java.util.List;
|
||||||
*
|
*
|
||||||
* @version $Id$
|
* @version $Id$
|
||||||
*/
|
*/
|
||||||
public class PathTranslatingPostProcessor
|
class PathTranslatingPostProcessor
|
||||||
implements InterpolationPostProcessor
|
implements InterpolationPostProcessor
|
||||||
{
|
{
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue