From 449a1a727a2bd81438685f1be0921cbf41416c81 Mon Sep 17 00:00:00 2001 From: grob Date: Wed, 7 Feb 2007 17:04:51 +0000 Subject: [PATCH] removed stale doc header --- helma/Search.js | 12 ++---------- 1 file changed, 2 insertions(+), 10 deletions(-) diff --git a/helma/Search.js b/helma/Search.js index 97e0891a..aa9b79bb 100644 --- a/helma/Search.js +++ b/helma/Search.js @@ -17,9 +17,9 @@ // Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA // // -// $Revision: 1.8 $ +// $Revision: 1.9 $ // $Author: robert $ -// $Date: 2007/01/30 14:56:51 $ +// $Date: 2007/01/30 17:32:17 $ // @@ -761,14 +761,6 @@ helma.Search.HitCollection = function(hits) { return (hits != null) ? hits.length() : 0; }; - /** - * Returns the number of hits in this collection - * @returns The number of hits. - * @type Number - * @deprecated - * @see #size - */ - return this; };