Whitespace

git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@6075 542714f4-19e9-0310-aa3c-eee0fc999fb1
This commit is contained in:
Dave Hoover
2010-06-11 22:57:20 +00:00
parent 1f292a5184
commit b072941003
2 changed files with 3 additions and 6 deletions
@@ -235,8 +235,7 @@ public class GenActionScriptTask extends Task
assrc.publicMethods.add(member); assrc.publicMethods.add(member);
} }
// now we can parse existing definitions from any extant ActionScript // now we can parse existing definitions from any extant ActionScript source file
// source file
assrc.absorbActionScript(asfile); assrc.absorbActionScript(asfile);
// make sure our parent directory exists // make sure our parent directory exists
@@ -59,8 +59,7 @@ import com.threerings.presents.dobj.OidList;
public class GenDObjectTask extends Task public class GenDObjectTask extends Task
{ {
/** /**
* Adds a nested <fileset> element which enumerates service * Adds a nested <fileset> element which enumerates service declaration source files.
* declaration source files.
*/ */
public void addFileset (FileSet set) public void addFileset (FileSet set)
{ {
@@ -70,8 +69,7 @@ public class GenDObjectTask extends Task
/** Configures our classpath which we'll use to load service classes. */ /** Configures our classpath which we'll use to load service classes. */
public void setClasspathref (Reference pathref) public void setClasspathref (Reference pathref)
{ {
_cloader = ClasspathUtils.getClassLoaderForPath( _cloader = ClasspathUtils.getClassLoaderForPath(getProject(), pathref);
getProject(), pathref);
// set the parent of the classloader to be the classloader used to load this task, // set the parent of the classloader to be the classloader used to load this task,
// rather than the classloader used to load Ant, so that we have access to Narya // rather than the classloader used to load Ant, so that we have access to Narya