Skip to content

Commit 45908b7

Browse files
committed
for style.
1 parent 17f020f commit 45908b7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

network/common/src/main/java/org/apache/spark/network/server/OneForOneStreamManager.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ public class OneForOneStreamManager extends StreamManager {
4141
private final AtomicLong nextStreamId;
4242
private final Map<Long, StreamState> streams;
4343

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

4747
/** State of a single stream. */

0 commit comments

Comments
 (0)