added author tag to class header
This commit is contained in:
parent
9a4401d6c4
commit
6315f6c10f
1 changed files with 4 additions and 3 deletions
|
@ -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 {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue