public static GSMServiceRepository getInstence()

in modules/sms/src/main/java/org/apache/axis2/transport/sms/gsm/GSMServiceRepository.java [40:46]


    public static GSMServiceRepository getInstence() {
        if(me == null) {
            me = new GSMServiceRepository();
        }

        return me;
    }