Skip to content

AVRO-1908: Fix TestSpecificCompiler reference to private method.#117

Closed
rdblue wants to merge 1 commit intoapache:masterfrom
rdblue:AVRO-1908-fix-build-after-1884
Closed

AVRO-1908: Fix TestSpecificCompiler reference to private method.#117
rdblue wants to merge 1 commit intoapache:masterfrom
rdblue:AVRO-1908-fix-build-after-1884

Conversation

@rdblue
Copy link
Copy Markdown
Contributor

@rdblue rdblue commented Sep 4, 2016

AVRO-1884 changed makePath to a private method from a package-private
static method. This broke the test that references the method in IPC.
The fix is to make the instance method package-private and update the
test to use an instance of SpecificCompiler.

AVRO-1884 changed makePath to a private method from a package-private
static method. This broke the test that references the method in IPC.
The fix is to make the instance method package-private and update the
test to use an instance of SpecificCompiler.
@rdblue
Copy link
Copy Markdown
Contributor Author

rdblue commented Sep 8, 2016

Merged.

@rdblue rdblue closed this Sep 8, 2016
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.

1 participant