Exemplo n.º 1
0
 /** @throws DataException */
 public void close() throws DataException {
   // when in save status, close might be done automatically
   if (loadUtil != null) {
     loadUtil.close();
     loadUtil = null;
   }
 }