Skip to content

Commit 102761c

Browse files
committed
fixing checkstyle violations
1 parent bc01763 commit 102761c

83 files changed

Lines changed: 12256 additions & 12246 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

src/main/java/org/buddycloud/channelserver/ChannelsEngine.java

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -110,11 +110,11 @@ private void setupManagers() throws ComponentException {
110110
throw new ComponentException(e);
111111
}
112112

113-
channelManagerFactory = new ChannelManagerFactoryImpl(nodeStoreFactory);
114-
federatedQueueManager = new FederatedQueueManager(this,
115-
configuration);
116-
onlineUsers = new OnlineResourceManager(configuration, channelManagerFactory.create());
117-
}
113+
channelManagerFactory = new ChannelManagerFactoryImpl(nodeStoreFactory);
114+
federatedQueueManager = new FederatedQueueManager(this,
115+
configuration);
116+
onlineUsers = new OnlineResourceManager(configuration, channelManagerFactory.create());
117+
}
118118

119119
@Override
120120
public void processPacket(Packet p) {

0 commit comments

Comments
 (0)