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

nl.nlighten.prometheus.wildfly.Util Maven / Gradle / Ivy

The newest version!
package nl.nlighten.prometheus.wildfly;

public class Util {

    static String sanitizeLabel (String label) {
        return label.replace("\"","");
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy