Skip to content

General cleanup and refactoring#187

Merged
jazzido merged 19 commits intotabulapdf:masterfrom
giorgiga:master
Sep 14, 2017
Merged

General cleanup and refactoring#187
jazzido merged 19 commits intotabulapdf:masterfrom
giorgiga:master

Conversation

@giorgiga
Copy link
Contributor

Done some work towards removing the use of sorting when not 100% appropriate (see #116).

Also, removed unnecessary generic type parameters (eg: List<X> = new ArrayList<X>()) and done some general housekeeping.

I've deprecated a few methods in Page that I'm not actually sure aren't used by dependants (ie: the tabula app).

Changes should be source-compatible with the original version (unless I messed up) - not binary compatible I fear.


public Integer getRotation() {
/** @deprecated with no replacement */
@Deprecated public Integer getRotation() {
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@jazzido jazzido merged commit 1d0d797 into tabulapdf:master Sep 14, 2017
@jazzido
Copy link
Contributor

jazzido commented Sep 14, 2017

Merged. Thanks a lot!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants