add final to modify the utility class (#6511)
This commit is contained in:
parent
b0f7bfbba7
commit
2ff8da4832
@ -44,7 +44,7 @@ import java.util.stream.Collectors;
|
|||||||
*
|
*
|
||||||
* @author xiweng.yy
|
* @author xiweng.yy
|
||||||
*/
|
*/
|
||||||
public class ServiceUtil {
|
public final class ServiceUtil {
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Select service name with group name.
|
* Select service name with group name.
|
||||||
|
Loading…
Reference in New Issue
Block a user