Ejemplo n.º 1
0
 @After
 public void shutDown() throws Exception {
   if (dafs != null) {
     dafs.close();
   }
   if (cluster != null) {
     cluster.shutDown();
   }
   InjectionHandler.clear();
 }
Ejemplo n.º 2
0
 @After
 public void shutDown() throws Exception {
   dafs.close();
   cluster.shutDown();
 }