add final to modify the utility class (#6511)

This commit is contained in:
Roger3581321 2021-08-02 09:42:13 +08:00 committed by GitHub
parent b0f7bfbba7
commit 2ff8da4832
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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.