Skip to content

Commit 12bdb3f

Browse files
committed
replace original files with required changes without extra formating
1 parent 3e6c1d3 commit 12bdb3f

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

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

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -33,12 +33,6 @@ 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
4236
}
4337

4438
/**

0 commit comments

Comments
 (0)