Nix the examples.

This commit is contained in:
Michael Bayne
2009-09-10 18:50:56 +00:00
parent 14fffdeb3a
commit b49150a0ae
+1 -2
View File
@@ -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
{