removed stale doc header
This commit is contained in:
parent
b0bbada2a5
commit
449a1a727a
1 changed files with 2 additions and 10 deletions
|
@ -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;
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue