Skip to content

Commit 3e6c1d3

Browse files
committed
test white space
1 parent fadcd94 commit 3e6c1d3

File tree

2 files changed

+343
-373
lines changed

2 files changed

+343
-373
lines changed

src/main/java/com/opentok/SessionProperties.java

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,12 @@ private SessionProperties(Builder builder) {
3333
this.location = builder.location;
3434
this.mediaMode = builder.mediaMode;
3535
this.archiveMode = builder.archiveMode;
36+
//this is my comment
37+
}
38+
39+
public void testWhiteSpacing()
40+
{
41+
// this should show white spacing in commented area
3642
}
3743

3844
/**

0 commit comments

Comments
 (0)