コード例 #1
0
 public boolean isContainedInLocallyDeleted(final FilePath filePath) {
   return myLocallyDeleted.isContainedInLocallyDeleted(filePath);
 }