Beispiel #1
0
 public void close() {
   synchronized (m_committedBuffers) {
     try {
       m_committedBuffers.close();
     } catch (IOException e) {
       exportLog.error(e);
     }
   }
 }