提交 53447b7e 编写于 作者: 庄家钜's avatar 庄家钜

修改javadoc

上级 8a6abd94
...@@ -191,7 +191,7 @@ public class ExcelReader { ...@@ -191,7 +191,7 @@ public class ExcelReader {
* *
* @param sheet * @param sheet
* Read sheet * Read sheet
* @deprecated please us {@link #read(ReadSheet)} * @deprecated please us {@link #read(ReadSheet...)}
*/ */
@Deprecated @Deprecated
public void read(Sheet sheet) { public void read(Sheet sheet) {
......
...@@ -20,7 +20,7 @@ public class ExcelDataConvertException extends RuntimeException { ...@@ -20,7 +20,7 @@ public class ExcelDataConvertException extends RuntimeException {
/** /**
* Nullable.Only when the header is configured and when the class header is used is not null. * Nullable.Only when the header is configured and when the class header is used is not null.
* *
* @see {@link ExcelWriterBuilder#head(Class)} * @see ExcelWriterBuilder#head(Class)
*/ */
private ExcelContentProperty excelContentProperty; private ExcelContentProperty excelContentProperty;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册