From aa4ac73e5dec777db2e5dd02968f8c3bef1af395 Mon Sep 17 00:00:00 2001 From: Michael Bayne Date: Thu, 25 Feb 2010 06:52:07 +0000 Subject: [PATCH] Fixed some javadoc bugs. --- src/java/com/samskivert/depot/DepotRepository.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/java/com/samskivert/depot/DepotRepository.java b/src/java/com/samskivert/depot/DepotRepository.java index 9127ba1..466d1ae 100644 --- a/src/java/com/samskivert/depot/DepotRepository.java +++ b/src/java/com/samskivert/depot/DepotRepository.java @@ -202,7 +202,7 @@ public abstract class DepotRepository } /** - * A varargs version of {@link #findAll(Class,Collection)}. + * A varargs version of {@link #findAll(Class,Iterable)}. * * @throws DatabaseException if any problem is encountered communicating with the database. */ @@ -902,7 +902,7 @@ public abstract class DepotRepository } /** - * Concise way to call {@link Sequence#map} to transform query results. + * Concise way to transform query results. */ protected Sequence map (Collection source, Function func) {