Salome HOME
Class comment is added.
authorrkv <rkv@opencascade.com>
Thu, 25 Oct 2012 06:38:13 +0000 (06:38 +0000)
committerrkv <rkv@opencascade.com>
Thu, 25 Oct 2012 06:38:13 +0000 (06:38 +0000)
Workspace/Siman-Common/src/org/splat/service/technical/IndexService.java
Workspace/Siman-Common/src/org/splat/service/technical/IndexServiceImpl.java

index bdd96baee306fa3cba7e3d103da07aa32d96c24f..c2e4c7f9784a64a611c64043c3dafdb0ddd6a485 100644 (file)
@@ -15,8 +15,7 @@ import org.splat.dal.bo.som.KnowledgeElement;
 import org.splat.dal.bo.som.Study;
 
 /**
- * @author rkv
- * 
+ * Interface of the service for work with Lucen index. 
  */
 public interface IndexService {
 
index 498026d2ed26001cebab91af52490462322d5ec8..9ed81a75a46db8cffdab958ccba44d6457194b8a 100644 (file)
@@ -35,6 +35,9 @@ import org.splat.service.ProjectElementService;
 import org.splat.service.dto.Proxy;
 import org.splat.som.Step;
 
+/**
+ * Implementation of the service for work with Lucen index. 
+ */
 public class IndexServiceImpl implements IndexService {
 
        private Directory index;