From c969f9a2f755ddc2ed1d57ef917a952469199ec9 Mon Sep 17 00:00:00 2001 From: mdb Date: Mon, 7 Oct 2002 17:52:59 +0000 Subject: [PATCH] Fixed wildly inaccurate constructor documentation. git-svn-id: https://samskivert.googlecode.com/svn/trunk@860 6335cc39-0255-0410-8fd6-9bcaacd3b74c --- .../src/java/com/samskivert/util/LoopingThread.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/projects/samskivert/src/java/com/samskivert/util/LoopingThread.java b/projects/samskivert/src/java/com/samskivert/util/LoopingThread.java index dc960a04..f4272d01 100644 --- a/projects/samskivert/src/java/com/samskivert/util/LoopingThread.java +++ b/projects/samskivert/src/java/com/samskivert/util/LoopingThread.java @@ -1,5 +1,5 @@ // -// $Id: LoopingThread.java,v 1.6 2002/10/05 23:45:59 mdb Exp $ +// $Id: LoopingThread.java,v 1.7 2002/10/07 17:52:59 mdb Exp $ // // samskivert library - useful routines for java programs // Copyright (C) 2001 Michael Bayne @@ -38,7 +38,7 @@ public class LoopingThread extends Thread } /** - * Ye olde zero argument constructor. + * Creates a looping thread with the specified name. */ public LoopingThread (String name) {