From 7bfa6234ef651f66f6dc17d4fb78abcee576077f Mon Sep 17 00:00:00 2001 From: ray Date: Thu, 23 May 2002 23:43:17 +0000 Subject: [PATCH] updated documentation so that we don't get anyone excited about nonexistant features git-svn-id: https://samskivert.googlecode.com/svn/trunk@758 6335cc39-0255-0410-8fd6-9bcaacd3b74c --- .../samskivert/src/java/com/samskivert/util/Interval.java | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/projects/samskivert/src/java/com/samskivert/util/Interval.java b/projects/samskivert/src/java/com/samskivert/util/Interval.java index 8f461c21..3507d4b9 100644 --- a/projects/samskivert/src/java/com/samskivert/util/Interval.java +++ b/projects/samskivert/src/java/com/samskivert/util/Interval.java @@ -1,5 +1,5 @@ // -// $Id: Interval.java,v 1.3 2001/08/11 22:43:29 mdb Exp $ +// $Id: Interval.java,v 1.4 2002/05/23 23:43:17 ray Exp $ // // samskivert library - useful routines for java programs // Copyright (C) 2001 Michael Bayne @@ -25,13 +25,9 @@ import java.util.*; /** * An interface for doing operations after some delay. Normally, * intervalExpired() should not do anything that will take - * very long. If you want to use the thread to do some serious stuff, look - * at incrementHelperThreads and - * setMaxHelperThreads in IntervalManager. + * very long. * * @see IntervalManager - * @see IntervalManager#incrementHelperThreads - * @see IntervalManager#setMaxHelperThreads */ public interface Interval {