Skip to content

Commit

Permalink
removed deprecation from Page.getRotation() as it is used in the ruby…
Browse files Browse the repository at this point in the history
… webapp
  • Loading branch information
giorgiga authored and jazzido committed Sep 14, 2017
1 parent 6e5f5c2 commit 1d0d797
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/main/java/technology/tabula/Page.java
Original file line number Diff line number Diff line change
Expand Up @@ -121,8 +121,7 @@ public List<TextElement> getText(Rectangle area) {
return this.getText(new Rectangle(top, left, right - left, bottom - top));
}

/** @deprecated with no replacement */
@Deprecated public Integer getRotation() {
public Integer getRotation() {
return rotation;
}

Expand Down

0 comments on commit 1d0d797

Please sign in to comment.