示例#1
0
文件: IN.java 项目: mtiede/FeatureIDE
 /** Latch this node, optionally setting the generation. */
 public void latch(boolean updateGeneration) throws DatabaseException {
   original(updateGeneration);
   latch.acquire();
 }