Removed createMounter() method from the file server config MBean interface.

git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@4909 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
Gary Spencer
2007-01-24 10:01:20 +00:00
parent 6da1a538f7
commit b142343235

View File

@@ -16,8 +16,6 @@
*/
package org.alfresco.filesys.server.config;
import org.alfresco.filesys.util.CifsMounter;
/**
* File Server Configuration MBean Interface
*
@@ -61,11 +59,4 @@ public interface FileServerConfigMBean {
* @return String
*/
public String getCIFSServerAddress();
/**
* Create a mounter to mount/unmount a share on the CIFS server
*
* @return CifsMounter
*/
public CifsMounter createMounter();
}