Skip to content

Commit

Permalink
update readme [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
ozlerhakan committed Aug 2, 2018
1 parent f24fd28 commit 3c78cf5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -333,7 +333,7 @@ Poiji.fromExcel(fileCalculation, Calculation.class, options, this::dbInsertion);
private void dbInsertion(Calculation siCalculation) {
int value= siCalculation.getA() + siCalculation.getB();
String name = siCalculation.getName();
return insertDB(name , value);
insertDB(name , value);
}
----

Expand Down

0 comments on commit 3c78cf5

Please sign in to comment.