All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.noear.water.dso.GatewayUtils Maven / Gradle / Ivy

There is a newer version: 2.14.2
Show newest version
package org.noear.water.dso;


/**
 * @author noear 2021/11/12 created
 */
public class GatewayUtils {
    public static void notice(String tag, String name) {
        if (name.contains(":")) {
            return;
        }

        NoticeUtils.updateCache("upstream:" + name);

//        if (TextUtils.isEmpty(tag)) {
//            return;
//        }

//        NoticeUtils.updateCache("upstream:" + tag + "/" + name);
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy