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:
Michael Bayne
2008-07-22 13:02:13 +00:00
parent 09f8a25876
commit c743432676
38 changed files with 155 additions and 193 deletions
@@ -59,7 +59,7 @@ public abstract class RebootManager
* @param msLeft the approximate number of milliseconds left prior to
* the shutdown.
*/
public void shutdownPlanned (int warningsLeft, long msLeft);
void shutdownPlanned (int warningsLeft, long msLeft);
}
/**