コード例 #1
0
ファイル: IN.java プロジェクト: mtiede/FeatureIDE
 /** Latch this node, optionally setting the generation. */
 public void latch(boolean updateGeneration) throws DatabaseException {
   original(updateGeneration);
   latch.acquire();
 }