squid:S2974 - Classes without public constructors should be final
This commit is contained in:
@ -28,7 +28,7 @@ package com.iluwatar.servicelocator;
|
||||
*
|
||||
* @author saifasif
|
||||
*/
|
||||
public class ServiceLocator {
|
||||
public final class ServiceLocator {
|
||||
|
||||
private static ServiceCache serviceCache = new ServiceCache();
|
||||
|
||||
|
Reference in New Issue
Block a user