Skip to content

Commit

Permalink
Typo error
Browse files Browse the repository at this point in the history
  • Loading branch information
kenichi-ohara authored and sec-hirose committed Sep 23, 2021
1 parent ba0ae60 commit f5381c6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -539,7 +539,7 @@ public static Map<String, String> createIdlFileMap(String workPackageName, Strin
// サブディレクトリも検索する(しない場合はnull)
IOFileFilter dirFilterOpenRtmAist = FileFilterUtils.trueFileFilter();
// 検索開始
Collection<File> OpenRtmAilstList = FileUtils.listFiles(directoryOpenRtmAist, fileFilterOpenRtmAist, dirFilterOpenRtmAist);
Collection<File> OpenRtmAistList = FileUtils.listFiles(directoryOpenRtmAist, fileFilterOpenRtmAist, dirFilterOpenRtmAist);
if (CollectionUtil.isNotEmpty(OpenRtmAistList)) {
for (File file : OpenRtmAistList) {
map.put(file.getAbsolutePath(), file.getAbsolutePath());
Expand Down

0 comments on commit f5381c6

Please sign in to comment.