removed stale doc header

This commit is contained in:
grob 2007-02-07 17:04:51 +00:00
parent b0bbada2a5
commit 449a1a727a

View file

@ -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;
};