-
Notifications
You must be signed in to change notification settings - Fork 615
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Slight refactoring of cross-reference table entries #132
Slight refactoring of cross-reference table entries #132
Conversation
@@ -51,6 +51,11 @@ | |||
<version>${jupiter.version}</version> | |||
<scope>test</scope> | |||
</dependency> | |||
<dependency> | |||
<groupId>org.mockito</groupId> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Why add another dependency? Perhaps test scope only?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yes, forgot it while making changes
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Fixed
Why are you refactoring the cross-reference table entries ? |
Does this change break the API for existing users of OpenPDF? |
To clarify and document existing behaviour as well as add tests for it |
No, it should not |
Thanks. Please help with #128. |
Also, added license header in test file. If it has appropriate format, I will add it to the files where I missed to add it