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

org.rajivprab.cava.WebUtilc Maven / Gradle / Ivy

There is a newer version: 3.3.0
Show newest version
package org.rajivprab.cava;

/**
 * Created by rajivprab on 7/20/17.
 */
public class WebUtilc {
    public static String getHtmlLink(String text, String link) {
        return String.format("%s", link, text);
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy