scylla-jmx/src/main/java/org/apache/cassandra
Benny Halevy 48d37f3402 StorageService: scrub: fix scrubMode is empty condition
`!=` compares references not values.

Use !"".equals(scrubMode) instead, as it also covers
the null scrubMode case.

Signed-off-by: Benny Halevy <bhalevy@scylladb.com>

Closes #179
2021-11-02 15:21:08 +02:00
..
db CompactionManager: add the compaction id when available 2021-03-01 10:04:08 +02:00
gms FailureDetector: check that states is not null before use 2018-03-29 15:18:48 +03:00
locator Code formatting + source cleanup (eclipse) 2016-10-24 11:43:52 +00:00
metrics scylla-jmx: Use registration checker objects 2020-09-07 11:00:42 +02:00
net scylla-jmx: Update JMX interfaces to origin 3.11 2018-07-30 15:47:43 +03:00
repair Add the RepairParallelism enum 2015-08-27 20:46:02 +03:00
service StorageService: scrub: fix scrubMode is empty condition 2021-11-02 15:21:08 +02:00
streaming Code formatting + source cleanup (eclipse) 2016-10-24 11:43:52 +00:00