38394041424344
//private constructor so this object can be instanced only by using the getInstance method private TwitterGateway() { } public static Twitter getInstance() { return getInstance(new Config()); }