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

com.taboola.rest.api.internal.MessageHandlingUtils Maven / Gradle / Ivy

The newest version!
package com.taboola.rest.api.internal;

/**
 * Created by vladi.m
 * Date 28/06/2021
 * Time 16:52
 * Copyright Taboola
 */
public class MessageHandlingUtils {

    public static String normalizeErrorMsg(String message) {
        if(message != null) {
            return message.replaceAll("%", "%%");
        }

        return "";
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy