Commit Test
This commit is contained in:
@@ -16,7 +16,7 @@ public class DeveloperUtils {
|
||||
}
|
||||
}
|
||||
|
||||
public static boolean isRunningPackageSelf(@Nullable String runningPackage) {
|
||||
public static boolean isSelfPackage(@Nullable String runningPackage) {
|
||||
return PACKAGE_NAME.equals(runningPackage);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user