From 6cf3981c6a0d44f9e5e7c9cd9d34cc3499e9e780 Mon Sep 17 00:00:00 2001 From: Cesare Date: Fri, 3 Jun 2022 15:10:23 +0200 Subject: [PATCH] comments updated --- README.md | 2 +- src/main/java/eu/sshoc/citation/service/SwaggerConfig.java | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 062a478..64d914f 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,3 @@ ### SSHOC Citation Service prototype -The source code of the _SSHOC Citation Service prototype_ the back end used by the [Citation Metadata Viewer](http://v4e-lab.isti.cnr.it/citview/demo/index.html). +The source code of the _SSH Data Citation Service_ the back end used by the [Citation Metadata Viewer](http://v4e-lab.isti.cnr.it/citview/demo/index.html). diff --git a/src/main/java/eu/sshoc/citation/service/SwaggerConfig.java b/src/main/java/eu/sshoc/citation/service/SwaggerConfig.java index 860f3cf..bb6cbef 100644 --- a/src/main/java/eu/sshoc/citation/service/SwaggerConfig.java +++ b/src/main/java/eu/sshoc/citation/service/SwaggerConfig.java @@ -69,8 +69,8 @@ public class SwaggerConfig { log.error(e.getMessage()); } return new ApiInfoBuilder() - .title("SSHOC Citation Service") - .description("This page shows the Web Services entry points for the SSHOC Citation Service.") + .title("SSH Data Citation Service") + .description("This page shows the Web Services entry points for the SSH Data Citation Service.") .version(property.getProperty("Version_default")) .termsOfServiceUrl("http://terms-of-services.sshoc") .license("Apache License, Version 2.0")