diff --git a/projects/samskivert/src/java/com/samskivert/util/Collections.java b/projects/samskivert/src/java/com/samskivert/util/Collections.java
index 92adee25..8a3b620c 100644
--- a/projects/samskivert/src/java/com/samskivert/util/Collections.java
+++ b/projects/samskivert/src/java/com/samskivert/util/Collections.java
@@ -1,15 +1,16 @@
//
-// $Id: Collections.java,v 1.1 2001/09/15 17:22:11 mdb Exp $
+// $Id: Collections.java,v 1.2 2001/12/14 18:27:57 mdb Exp $
package com.samskivert.util;
import java.util.*;
/**
- * Like the java.util class of the same name, the
- * Collections class provides utility functions related to
- * the collections provided by the com.samskivert.util
- * package.
+ * Provides functionality for the samskivert collections that the
+ * java.util class of the same name provides for the standard
+ * Java collections. Collections-related functionality that is different
+ * from the standard support provided for the Java collections should go
+ * into {@link CollectionUtil}.
*/
public class Collections
{