mirror of https://github.com/apache/maven.git
removed dead code
git-svn-id: https://svn.apache.org/repos/asf/maven/maven-3/trunk@1407835 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
09750f1a78
commit
13bb4ba1be
|
@ -355,11 +355,6 @@ public class MavenSession
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
private String getId( MavenProject project )
|
|
||||||
{
|
|
||||||
return project.getGroupId() + ':' + project.getArtifactId() + ':' + project.getVersion();
|
|
||||||
}
|
|
||||||
|
|
||||||
@Deprecated
|
@Deprecated
|
||||||
public EventDispatcher getEventDispatcher()
|
public EventDispatcher getEventDispatcher()
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue