731732733734735736737
if (stat != null) { openFiles.add(stat); } } } return new OpenFilesInfo(openFiles, this.getGenerationStamp()); }
730731732733734735736
890891892893894895896