fix comment

This commit is contained in:
Looly
2022-04-02 00:32:08 +08:00
parent dedb7de162
commit 4d2e7bc755
3 changed files with 3 additions and 3 deletions

View File

@@ -101,7 +101,7 @@ public class ExcelPicUtil {
ctMarker = pic.getPreferredSize().getFrom();
sheetIndexPicMap.put(StrUtil.format("{}_{}", ctMarker.getRow(), ctMarker.getCol()), pic.getPictureData());
}
// 其他类似于图表等忽略see: https://gitee.com/loolly/hutool/issues/I38857
// 其他类似于图表等忽略see: https://gitee.com/dromara/hutool/issues/I38857
}
}
}