Clean up some warnings I'm getting in super-pedantic mode.

git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@5268 542714f4-19e9-0310-aa3c-eee0fc999fb1
This commit is contained in:
Dave Hoover
2008-07-28 17:23:07 +00:00
parent 93fb7b01f7
commit 8a8b615f9d
4 changed files with 4 additions and 8 deletions
@@ -23,10 +23,8 @@ package com.threerings.presents.tools;
import java.io.File;
import java.io.IOException;
import java.lang.reflect.Field;
import java.lang.reflect.Modifier;
import java.util.ArrayList;
import org.apache.tools.ant.DirectoryScanner;
@@ -35,7 +33,6 @@ import org.apache.tools.ant.types.FileSet;
import com.threerings.io.SimpleStreamableObject;
import com.threerings.io.Streamable;
import com.threerings.presents.dobj.DObject;
/**