mirror of
https://github.com/scylladb/scylladb.git
synced 2026-04-19 16:15:07 +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>