Skip to content

Commit 6589b81

Browse files
committed
1 parent af23fc8 commit 6589b81

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

modules/cpr/src/main/java/org/atmosphere/cpr/DefaultAtmosphereResourceFactory.java

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,15 +66,13 @@ public void onRequest(AtmosphereResource resource) throws IOException {
6666
public void destroy() {
6767
}
6868
};
69-
private BroadcasterFactory broadcasterFactory;
7069
private final ConcurrentHashMap<String, AtmosphereResource> resources = new ConcurrentHashMap<String, AtmosphereResource>();
7170

7271
public DefaultAtmosphereResourceFactory(){
7372
}
7473

7574
@Override
7675
public void configure(AtmosphereConfig config) {
77-
this.broadcasterFactory = config.getBroadcasterFactory();
7876
}
7977

8078
/**

0 commit comments

Comments
 (0)