More style changes.
git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@5248 542714f4-19e9-0310-aa3c-eee0fc999fb1
This commit is contained in:
@@ -110,8 +110,7 @@ public class GenServiceTask extends InvocationTask
|
||||
}
|
||||
}
|
||||
|
||||
/** Used to track services for which we should not generate a provider
|
||||
* interface. */
|
||||
/** Used to track services for which we should not generate a provider interface. */
|
||||
public class Providerless
|
||||
{
|
||||
public void setService (String className)
|
||||
|
||||
@@ -229,8 +229,7 @@ public class GenUtil extends com.samskivert.util.GenUtil
|
||||
|
||||
// make sure we found something
|
||||
if (name == null) {
|
||||
throw new IOException(
|
||||
"Unable to locate class or interface name in " + source + ".");
|
||||
throw new IOException("Unable to locate class or interface name in " + source + ".");
|
||||
}
|
||||
|
||||
// prepend the package name to get a name we can Class.forName()
|
||||
|
||||
Reference in New Issue
Block a user