Whitespace

git-svn-id: svn+ssh://src.earth.threerings.net/nenya/trunk@1104 ed5b42cb-e716-0410-a449-f6a68f950b19
This commit is contained in:
Dave Hoover
2011-01-01 05:03:08 +00:00
parent 96d7b697a3
commit f1ad37f799
6 changed files with 46 additions and 79 deletions
@@ -35,18 +35,16 @@ import com.threerings.util.CompiledConfig;
import com.threerings.tools.CompiledConfigTask;
/**
* An abstract base implementation of a parser that is used to compile
* configuration definitions into config objects for use by the client and
* server.
*
* An abstract base implementation of a parser that is used to compile configuration definitions
* into config objects for use by the client and server.
*
* @see CompiledConfig
* @see CompiledConfigTask
*/
public abstract class CompiledConfigParser
{
/**
* Parses the supplied configuration file into a serializable
* configuration object.
* Parses the supplied configuration file into a serializable configuration object.
*/
public Serializable parseConfig (File source)
throws IOException, SAXException
@@ -60,8 +58,7 @@ public abstract class CompiledConfigParser
}
/**
* Creates the config object instance that will be populated during
* the parsing process.
* Creates the config object instance that will be populated during the parsing process.
*/
protected abstract Serializable createConfigObject ();