You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 ;-)
The text was updated successfully, but these errors were encountered:
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 ;-)
The text was updated successfully, but these errors were encountered: