From b0729410032d416c7b2874f57500ff58008d9d85 Mon Sep 17 00:00:00 2001 From: Dave Hoover Date: Fri, 11 Jun 2010 22:57:20 +0000 Subject: [PATCH] Whitespace git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@6075 542714f4-19e9-0310-aa3c-eee0fc999fb1 --- .../com/threerings/presents/tools/GenActionScriptTask.java | 3 +-- src/java/com/threerings/presents/tools/GenDObjectTask.java | 6 ++---- 2 files changed, 3 insertions(+), 6 deletions(-) diff --git a/src/java/com/threerings/presents/tools/GenActionScriptTask.java b/src/java/com/threerings/presents/tools/GenActionScriptTask.java index 3c75f2bfc..c24073954 100644 --- a/src/java/com/threerings/presents/tools/GenActionScriptTask.java +++ b/src/java/com/threerings/presents/tools/GenActionScriptTask.java @@ -235,8 +235,7 @@ public class GenActionScriptTask extends Task assrc.publicMethods.add(member); } - // now we can parse existing definitions from any extant ActionScript - // source file + // now we can parse existing definitions from any extant ActionScript source file assrc.absorbActionScript(asfile); // make sure our parent directory exists diff --git a/src/java/com/threerings/presents/tools/GenDObjectTask.java b/src/java/com/threerings/presents/tools/GenDObjectTask.java index 99ad41901..daee06b35 100644 --- a/src/java/com/threerings/presents/tools/GenDObjectTask.java +++ b/src/java/com/threerings/presents/tools/GenDObjectTask.java @@ -59,8 +59,7 @@ import com.threerings.presents.dobj.OidList; public class GenDObjectTask extends Task { /** - * Adds a nested <fileset> element which enumerates service - * declaration source files. + * Adds a nested <fileset> element which enumerates service declaration source files. */ 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. */ public void setClasspathref (Reference pathref) { - _cloader = ClasspathUtils.getClassLoaderForPath( - getProject(), pathref); + _cloader = ClasspathUtils.getClassLoaderForPath(getProject(), pathref); // 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