Exemplo n.º 1
0
 public static ConfigHelper getInstance() {
   try {
     ch.init();
   } catch (IOException e) {
     e.printStackTrace();
   } catch (Exception e) {
     e.printStackTrace();
   }
   return ch;
 }