fixed some javadoc warnings
This commit is contained in:
parent
930ec5d63a
commit
d42ed7d5da
4 changed files with 15 additions and 17 deletions
|
@ -24,7 +24,7 @@
|
|||
* (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
|
||||
* SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
*
|
||||
* $Id: Simulation.java,v 1.19 2008/02/12 15:03:43 fros4943 Exp $
|
||||
* $Id: Simulation.java,v 1.20 2008/02/12 15:31:22 fros4943 Exp $
|
||||
*/
|
||||
|
||||
package se.sics.cooja;
|
||||
|
@ -315,7 +315,7 @@ public class Simulation extends Observable implements Runnable {
|
|||
}
|
||||
|
||||
/**
|
||||
* @param nrTickLists Maximum mote startup delay
|
||||
* @param maxMoteStartupDelay Maximum mote startup delay
|
||||
*/
|
||||
public void setDelayedMoteStartupTime(int maxMoteStartupDelay) {
|
||||
this.maxMoteStartupDelay = Math.max(0, maxMoteStartupDelay);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue