Fixing merge problems with issue-207 -> master
This commit is contained in:
parent
b8e10ce9ef
commit
8f57fe9da9
|
@ -643,7 +643,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.5-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…
Reference in New Issue