added author tag to class header

This commit is contained in:
grob 2007-01-30 17:32:17 +00:00
parent 9a4401d6c4
commit 6315f6c10f

View file

@ -17,9 +17,9 @@
// Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA // Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
// //
// //
// $Revision: 1.7 $ // $Revision: 1.8 $
// $Author: hannes $ // $Author: robert $
// $Date: 2006/11/27 12:32:36 $ // $Date: 2007/01/30 14:56:51 $
// //
@ -44,6 +44,7 @@ if (!global.helma) {
* creating a fulltext search index based on Apache Lucene. * creating a fulltext search index based on Apache Lucene.
* @returns A newly created instance of this prototype. * @returns A newly created instance of this prototype.
* @constructor * @constructor
* @author Robert Gaggl <robert@nomatic.org>
*/ */
helma.Search = function() { helma.Search = function() {
try { try {