コード例 #1
0
ファイル: DataTable.java プロジェクト: rgb/intellij-community
 public void force() {
   markClean();
   myFile.force();
 }