mirror of
https://github.com/DSpace/DSpace.git
synced 2025-10-09 19:13:18 +00:00
checkstyle fixes
This commit is contained in:
@@ -53,8 +53,8 @@ public class OpenAIRERestConnector {
|
|||||||
private static Logger log = org.apache.logging.log4j.LogManager.getLogger(OpenAIRERestConnector.class);
|
private static Logger log = org.apache.logging.log4j.LogManager.getLogger(OpenAIRERestConnector.class);
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* OpenAIRE API Url
|
* OpenAIRE API Url
|
||||||
* and can be configured with: openaire.api.url
|
* and can be configured with: openaire.api.url
|
||||||
*/
|
*/
|
||||||
private String url = "https://api.openaire.eu";
|
private String url = "https://api.openaire.eu";
|
||||||
|
|
||||||
@@ -86,7 +86,7 @@ public class OpenAIRERestConnector {
|
|||||||
* and can be configured with: openaire.token.clientSecret
|
* and can be configured with: openaire.token.clientSecret
|
||||||
*/
|
*/
|
||||||
private String clientSecret;
|
private String clientSecret;
|
||||||
|
|
||||||
|
|
||||||
public OpenAIRERestConnector(String url) {
|
public OpenAIRERestConnector(String url) {
|
||||||
this.url = url;
|
this.url = url;
|
||||||
|
Reference in New Issue
Block a user