Skip to content

Commit

Permalink
Cleanup ApiConnection serialization
Browse files Browse the repository at this point in the history
  • Loading branch information
wetneb committed Feb 20, 2018
1 parent 9e7775b commit 927c484
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
Expand Up @@ -208,8 +208,11 @@ public ApiConnection(String apiBaseUrl) {
* Deserializes an existing ApiConnection from JSON.
*
* @param apiBaseUrl
* base URL of the API to use, e.g. "https://www.wikidata.org/w/api.php/"
* @param cookies
* map of cookies used for this session
* @param loggedIn
* true if login succeeded.
*/
@JsonCreator
protected ApiConnection(
Expand Down
Expand Up @@ -40,7 +40,6 @@
import org.junit.Assert;
import org.junit.Before;
import org.junit.Test;
import org.wikidata.wdtk.datamodel.implementation.json.JsonComparator;
import org.wikidata.wdtk.util.CompressionType;
import org.wikidata.wdtk.wikibaseapi.apierrors.MediaWikiApiErrorException;

Expand Down

0 comments on commit 927c484

Please sign in to comment.