mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-08-07 17:49:17 +00:00
Merged missing changes to file-servers.xml and file-servers.properties from 13521 in V3.1
Synchronized new file-servers-context.xml with these changes Debugged NFS and Desktop Action Initialization via Spring git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@13831 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
@@ -499,7 +499,7 @@ public class CIFSConfigBean
|
||||
*
|
||||
* @return the session timeout
|
||||
*/
|
||||
protected Integer getSessionTimeout()
|
||||
public Integer getSessionTimeout()
|
||||
{
|
||||
return sessionTimeout;
|
||||
}
|
||||
@@ -510,7 +510,7 @@ public class CIFSConfigBean
|
||||
* @param sessionTimeout
|
||||
* the new session timeout
|
||||
*/
|
||||
protected void setSessionTimeout(Integer sessionTimeout)
|
||||
public void setSessionTimeout(Integer sessionTimeout)
|
||||
{
|
||||
this.sessionTimeout = sessionTimeout;
|
||||
}
|
||||
|
Reference in New Issue
Block a user