avoid "unused" error

git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@327883 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Brett Leslie Porter 2005-10-23 23:32:05 +00:00
parent 0c1b0aca6c
commit 6658ef65e3
1 changed files with 5 additions and 1 deletions

View File

@ -19,10 +19,14 @@ public class JavaExtractorTestTwo
private String[] project;
public JavaExtractorTestTwo()
{
{
}
public void execute()
{
if ( getLog() != null )
{
getLog().info( "projects: " + project );
}
}
}