eclipsesource / eclipsesource/restfuse
Destination API documentation and constructor signature does not match
Open
- Dominant language
- Java
- Stars
- 95
- Forks
- 28
- PR merge metrics
- No merged PRs in 30d
Description
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 ;-)
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.