Config cfg=null;
cfg=Config.getI nstance();
eclipse highlights Config.getInsta nce(); saying the staic method getInstance() from the type Config should be accessed in a static way ?
Thank YOU
cfg=Config.getI nstance();
eclipse highlights Config.getInsta nce(); saying the staic method getInstance() from the type Config should be accessed in a static way ?
Thank YOU
Comment