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

com.networknt.proxy.Dummy Maven / Gradle / Ivy

There is a newer version: 2.1.37
Show newest version
package com.networknt.proxy;

/**
 * This is a dummy class that to force the fat jar to be released.
 *
 * @author Steve Hu
 */
public class Dummy {
    /**
     * @param name Name
     */
    public void sayHello(String name) {
        ;
    }

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy