コード例 #1
0
 @Override
 public boolean canShowRequest(DiffRequest request) {
   return myParentTool != null && myParentTool.canShow(request);
 }