force merge with jetty 8
git-svn-id: svn+ssh://dev.eclipse.org/svnroot/rt/org.eclipse.jetty/jetty/trunk@2987 7e9141cc-0065-0410-87d8-b60c137991c4
This commit is contained in:
parent
1309f74464
commit
94ddc21289
|
@ -566,6 +566,9 @@ public abstract class AbstractSessionManager extends AbstractLifeCycle implement
|
||||||
}
|
}
|
||||||
|
|
||||||
/* ------------------------------------------------------------ */
|
/* ------------------------------------------------------------ */
|
||||||
|
/**
|
||||||
|
* @see org.eclipse.jetty.server.SessionManager#setSessionPath(java.lang.String)
|
||||||
|
*/
|
||||||
public void setSessionPath(String path)
|
public void setSessionPath(String path)
|
||||||
{
|
{
|
||||||
_sessionPath=path;
|
_sessionPath=path;
|
||||||
|
|
Loading…
Reference in New Issue