mirror of
https://github.com/scm-manager/scm-manager.git
synced 2026-01-02 21:59:47 +01:00
update jetty to version 9.2.2.v20140723
This commit is contained in:
@@ -99,16 +99,9 @@ public class ScmServer extends Thread
|
||||
|
||||
server.join();
|
||||
}
|
||||
catch (Exception ex)
|
||||
catch (InterruptedException ex)
|
||||
{
|
||||
if (ex instanceof ScmServerException)
|
||||
{
|
||||
throw(ScmServerException) ex;
|
||||
}
|
||||
else
|
||||
{
|
||||
throw new ScmServerException("could not start scm-server", ex);
|
||||
}
|
||||
throw new ScmServerException("could not start scm-server", ex);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user