Big fat Bernie javadoc cleanup.

git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@3310 542714f4-19e9-0310-aa3c-eee0fc999fb1
This commit is contained in:
Michael Bayne
2005-01-24 23:08:21 +00:00
parent dd04679568
commit afabea71ad
65 changed files with 158 additions and 132 deletions
@@ -78,8 +78,6 @@ public class AIGameTicker extends Interval
/**
* Remove the specified manager from receiving AI ticks.
*
* @return true if there are no more games.
*/
protected void removeAIGame (GameManager mgr)
{
@@ -1,5 +1,5 @@
//
// $Id: GameManagerDelegate.java,v 1.9 2004/10/22 19:27:54 ray Exp $
// $Id$
//
// Narya library - tools for developing networked games
// Copyright (C) 2002-2004 Three Rings Design, Inc., All Rights Reserved
@@ -57,7 +57,7 @@ public class GameManagerDelegate extends PlaceManagerDelegate
* the game is IN_PLAY.
*
* @param pidx the player index to fake some gameplay for.
* @param skill the base skill level of the AI (0 - 100 inclusive).
* @param ai a record indicating the AI's configuration.
*/
public void tickAI (int pidx, AI ai)
{