From 1848f76b15c06de4663d9d6d8bd655cc562e0f2b Mon Sep 17 00:00:00 2001 From: Constantin Date: Thu, 1 Apr 2010 19:05:31 +0200 Subject: fixing compilation error. --- indexmgr/indexds.hh | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'indexmgr') diff --git a/indexmgr/indexds.hh b/indexmgr/indexds.hh index c336a93..f888682 100644 --- a/indexmgr/indexds.hh +++ b/indexmgr/indexds.hh @@ -43,11 +43,9 @@ rasdaman GmbH. * @file indexds.hh * * @ingroup indexmgr - */ - -This is an interface class. It is abstract. It supplies the signature that -is required to allow SDirIndexLogic to manage this object. + This is an interface class. It is abstract. It supplies the signature that + is required to allow SDirIndexLogic to manage this object. */ class IndexDS : public DBObject -- cgit