Skip to content
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

Destination API documentation and constructor signature does not match #65

Open
fappel opened this issue Jan 21, 2015 · 1 comment
Open

Comments

@fappel
Copy link

fappel commented Jan 21, 2015

The snippet

public Destination destination = new Destination( "http://localhost" );

described by the documentation does not compile because the constructor signature does not exist. The additional testObject parameter is undocumented (guess it should be the surrounding test case?).

Side note: Since this is an API breakage compared to 1.1 this should actually imply an update of the major version number ;-)

@dr-bonez
Copy link

yeah this threw me for a loop for a while. Took me quite a bit to realize that I should just put "this" in the testObject parameter.

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

No branches or pull requests

2 participants