Notepad on-line
private synchronized static void createInstance(){ if(INSTANCE == null){ INSTANCE = new StockCountMRG(); } } public static StockCountMRG getInstance(){ createInstance(); return INSTANCE; }
No comments:
Post a Comment