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

com.minlia.cloud.holder.ServerPortHolder Maven / Gradle / Ivy

package com.minlia.cloud.holder;

/**
 * Created by user on 12/7/16.
 */
public class ServerPortHolder {
    private static Integer port;

    public static Integer getPort() {
        return ServerPortHolder.port;
    }

    public static void setPort(Integer port) {
        ServerPortHolder.port=port;
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy