Author: kwright
Date: Wed Apr 23 12:36:29 2014
New Revision: 1589387
URL: http://svn.apache.org/r1589387
Log:
Remove dangling comment
Modified:
manifoldcf/trunk/framework/core/src/main/java/org/apache/manifoldcf/core/interfaces/ILockManager.java
Modified:
manifoldcf/trunk/framework/core/src/main/java/org/apache/manifoldcf/core/interfaces/ILockManager.java
URL:
http://svn.apache.org/viewvc/manifoldcf/trunk/framework/core/src/main/java/org/apache/manifoldcf/core/interfaces/ILockManager.java?rev=1589387&r1=1589386&r2=1589387&view=diff
==============================================================================
---
manifoldcf/trunk/framework/core/src/main/java/org/apache/manifoldcf/core/interfaces/ILockManager.java
(original)
+++
manifoldcf/trunk/framework/core/src/main/java/org/apache/manifoldcf/core/interfaces/ILockManager.java
Wed Apr 23 12:36:29 2014
@@ -139,8 +139,6 @@ public interface ILockManager
public boolean checkServiceActive(String serviceType, String serviceName)
throws ManifoldCFException;
- /** Read specified service-associated data. The data returned will be blank
(empty) if the service
- * is not active.
// Configuration
/** Get the current shared configuration. This configuration is available
in common among all nodes,