Skip to content

Commit

Permalink
Cleanup PR
Browse files Browse the repository at this point in the history
  • Loading branch information
wetneb committed Mar 6, 2019
1 parent d5d8a79 commit a70f0ab
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Expand Up @@ -83,7 +83,7 @@
<mockitoVersion>1.10.19</mockitoVersion>
<rdf4jVersion>2.3.2</rdf4jVersion>
<slf4jVersion>1.7.25</slf4jVersion>
<scribeJavaVersion>6.3.0</scribeJavaVersion>
<scribeJavaVersion>6.3.0</scribeJavaVersion>
</properties>

<dependencies>
Expand Down
Expand Up @@ -86,7 +86,7 @@ public class WikibaseDataFetcher {
*/
public static WikibaseDataFetcher getWikidataDataFetcher() {
return new WikibaseDataFetcher(
new BasicApiConnection(ApiConnection.URL_WIKIDATA_API),
BasicApiConnection.getWikidataApiConnection(),
Datamodel.SITE_WIKIDATA);
}

Expand Down

0 comments on commit a70f0ab

Please sign in to comment.