File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
main/java/io/reactivesocket/internal/rx
test/java/io/reactivesocket Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 1919
2020public class EmptyDisposable implements Disposable
2121{
22- public static EmptyDisposable EMPTY = new EmptyDisposable ();
22+ public static final EmptyDisposable EMPTY = new EmptyDisposable ();
2323
2424 public void dispose ()
2525 {
Original file line number Diff line number Diff line change @@ -62,7 +62,7 @@ public class ReactiveSocketTest {
6262 private CountDownLatch lastServerErrorCountDown ;
6363 private CountDownLatch fireAndForgetOrMetadataPush ;
6464
65- public static @ DataPoints int [] setupFlags = {NO_FLAGS , HONOR_LEASE };
65+ public static final @ DataPoints int [] setupFlags = {NO_FLAGS , HONOR_LEASE };
6666
6767 @ Before
6868 public void setup () {
You can’t perform that action at this time.
0 commit comments