Browse Source

Path no longer takes a project object in the constructor

git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@270427 13f79535-47bb-0310-9956-ffa450edef68
master
Peter Donald 23 years ago
parent
commit
c2c546cdb3
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      proposal/myrmidon/src/java/org/apache/antlib/xml/XSLTProcess.java

+ 1
- 1
proposal/myrmidon/src/java/org/apache/antlib/xml/XSLTProcess.java View File

@@ -177,7 +177,7 @@ public class XSLTProcess
{
if( m_classpath == null )
{
m_classpath = new Path( getProject() );
m_classpath = new Path();
}
return m_classpath.createPath();
}


Loading…
Cancel
Save