Skip to content

Commit 74b00bd

Browse files
author
Olivier Chédru
authored
Merge pull request #120 from ochedru/make_position_public
Fixes #119
2 parents 5ded9e3 + 614ed18 commit 74b00bd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

fastexcel-writer/src/main/java/org/dhatim/fastexcel/Position.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
/**
1919
* Predefined header/footer positions.
2020
*/
21-
enum Position {
21+
public enum Position {
2222
LEFT, CENTER, RIGHT;
2323

2424
public String getPos() {

0 commit comments

Comments
 (0)