mirror of
https://github.com/apache/maven.git
synced 2025-03-04 07:39:36 +00:00
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:
parent
0c1b0aca6c
commit
6658ef65e3
@ -19,10 +19,14 @@ public class JavaExtractorTestTwo
|
||||
private String[] project;
|
||||
|
||||
public JavaExtractorTestTwo()
|
||||
{
|
||||
{
|
||||
}
|
||||
|
||||
public void execute()
|
||||
{
|
||||
if ( getLog() != null )
|
||||
{
|
||||
getLog().info( "projects: " + project );
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user