Skip to content

Commit

Permalink
fix scope
Browse files Browse the repository at this point in the history
  • Loading branch information
lfoppiano committed Dec 6, 2024
1 parent 575c2fe commit 7780804
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion grobid-core/src/main/java/org/grobid/core/data/Figure.java
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ public boolean apply(GraphicObject graphicObject) {
private List<LayoutToken> layoutTokens;

// Contains the raw layoutTokens from the fulltext model
private List<LayoutToken> rawLayoutTokens = new ArrayList<>();
protected List<LayoutToken> rawLayoutTokens = new ArrayList<>();

// coordinates
private int page = -1;
Expand Down

0 comments on commit 7780804

Please sign in to comment.