Skip to content

Commit

Permalink
update javadoc poijioptions
Browse files Browse the repository at this point in the history
  • Loading branch information
ozlerhakan committed Nov 11, 2019
1 parent 30e1fe2 commit f8f0a18
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions src/main/java/com/poiji/option/PoijiOptions.java
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
import java.time.format.DateTimeFormatter;
import java.util.Objects;

import static com.poiji.util.PoijiConstants.DEFAULT_DATE_PATTERN;
import static com.poiji.util.PoijiConstants.DEFAULT_DATE_FORMATTER;
import static com.poiji.util.PoijiConstants.DEFAULT_DATE_PATTERN;
import static com.poiji.util.PoijiConstants.DEFAULT_DATE_TIME_FORMATTER;

/**
Expand Down Expand Up @@ -233,7 +233,7 @@ public static PoijiOptionsBuilder settings() {
* set a date formatter, default date time formatter is "dd/M/yyyy"
* for java.time.LocalDate
*
* @param dateTimeFormatter date time formatter
* @param dateFormatter date time formatter
* @return this
*/
public PoijiOptionsBuilder dateFormatter(DateTimeFormatter dateFormatter) {
Expand Down Expand Up @@ -312,10 +312,10 @@ public PoijiOptionsBuilder sheetIndex(int sheetIndex) {
}

/**
* Set The sheet Name
* Set the sheet Name
*
* @param sheetName
* @return
* @param sheetName excel sheet name
* @return this
*/
public PoijiOptionsBuilder sheetName(String sheetName) {
this.sheetName = sheetName;
Expand Down

0 comments on commit f8f0a18

Please sign in to comment.