mirror of
https://github.com/jetty/jetty.project.git
synced 2025-02-24 08:28:54 +00:00
Fixing merge problems with issue-207 -> master
This commit is contained in:
parent
5d7e97993c
commit
0ac5e569d4
@ -634,7 +634,7 @@ public class WebSocketServerFactory extends ContainerLifeCycle implements WebSoc
|
||||
{
|
||||
final StringBuilder sb = new StringBuilder(this.getClass().getSimpleName());
|
||||
sb.append('@').append(Integer.toHexString(hashCode()));
|
||||
sb.append("[defaultPolicy=").append(defaultPolicy);
|
||||
sb.append("[defaultPolicy=").append(containerPolicy);
|
||||
sb.append(",creator=").append(creator.getClass().getName());
|
||||
sb.append("]");
|
||||
return sb.toString();
|
||||
|
@ -3,7 +3,7 @@
|
||||
<parent>
|
||||
<groupId>org.eclipse.jetty.websocket</groupId>
|
||||
<artifactId>websocket-parent</artifactId>
|
||||
<version>9.4.6-SNAPSHOT</version>
|
||||
<version>10.0.0-SNAPSHOT</version>
|
||||
</parent>
|
||||
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
@ -55,7 +55,6 @@
|
||||
<artifactId>jetty-http</artifactId>
|
||||
<version>${project.version}</version>
|
||||
<classifier>tests</classifier>
|
||||
<scope>compile</scope>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.eclipse.jetty.toolchain</groupId>
|
||||
|
Loading…
x
Reference in New Issue
Block a user