mirror of
https://github.com/scylladb/scylladb.git
synced 2026-05-02 14:15:46 +00:00
Fix replication strategy class lookup to support unqualified names such as "SimpleStrategy". The AbstractReplicationStrategy.getClass() method in origin does the same thing. Signed-off-by: Pekka Enberg <penberg@cloudius-systems.com>