From b49150a0ae7125582da81d2cfee07530c3f80086 Mon Sep 17 00:00:00 2001 From: Michael Bayne Date: Thu, 10 Sep 2009 18:50:56 +0000 Subject: [PATCH] Nix the examples. --- src/java/com/samskivert/depot/Funcs.java | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/java/com/samskivert/depot/Funcs.java b/src/java/com/samskivert/depot/Funcs.java index fae34ba..084e702 100644 --- a/src/java/com/samskivert/depot/Funcs.java +++ b/src/java/com/samskivert/depot/Funcs.java @@ -26,8 +26,7 @@ import com.samskivert.depot.impl.expression.AggregateFun.*; import com.samskivert.depot.impl.expression.ConditionalFun.*; /** - * Provides static methods for function construction. For example: {@link #round}, {@link - * #count} and {@link #length}. + * Provides static methods for function construction. */ public class Funcs {