!138 修改注释中错误的方法形参名

Merge pull request !138 from lywjlong/master
master
若依 2019-10-09 12:57:14 +08:00 committed by Gitee
commit 2d064a9723
2 changed files with 959 additions and 961 deletions

View File

@ -126,7 +126,7 @@ public class ExcelUtil<T>
/**
* excellist
*
* @param input
* @param is
* @return
*/
public List<T> importExcel(InputStream is) throws Exception
@ -138,7 +138,7 @@ public class ExcelUtil<T>
* excellist
*
* @param sheetName
* @param input
* @param is
* @return
*/
public List<T> importExcel(String sheetName, InputStream is) throws Exception
@ -376,7 +376,6 @@ public class ExcelUtil<T>
*
* @param index
* @param row
* @param cell
*/
public void fillExcelData(int index, Row row)
{
@ -793,7 +792,6 @@ public class ExcelUtil<T>
/**
*
*
* @param sheetNameSheet
* @param sheetNo sheet
* @param index
*/

View File

@ -34,7 +34,7 @@ public class SysJobLogServiceImpl implements ISysJobLogService
/**
* ID
*
* @param jobId ID
* @param jobLogId ID
* @return
*/
@Override