squid:S2974 - Classes without public constructors should be final
This commit is contained in:
@ -37,7 +37,7 @@ import com.iluwatar.flux.store.Store;
|
||||
* Dispatcher sends Actions to registered Stores.
|
||||
*
|
||||
*/
|
||||
public class Dispatcher {
|
||||
public final class Dispatcher {
|
||||
|
||||
private static Dispatcher instance = new Dispatcher();
|
||||
|
||||
|
Reference in New Issue
Block a user