Skip to content
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
for style.
  • Loading branch information
viirya committed Apr 29, 2015
commit 45908b7ad5ac2efd08a00602c3e97f3a5434b227
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ public class OneForOneStreamManager extends StreamManager {
private final AtomicLong nextStreamId;
private final Map<Long, StreamState> streams;

/** List of all stream ids that are associated to specified channel. **/
/** List of all stream ids that are associated to specified channel. */
private final Map<Channel, Set<Long>> streamIds;

/** State of a single stream. */
Expand Down