This is an automated email from the ASF dual-hosted git repository. kinow pushed a commit to branch GH-2767-fix-js-warnings in repository https://gitbox.apache.org/repos/asf/jena.git
commit 736e77c2ec5080cd0e672b701d012d7227e04945 Author: Bruno P. Kinoshita <[email protected]> AuthorDate: Sat Oct 12 17:00:53 2024 +0200 GH-2767: Fix jsdoc type --- jena-fuseki2/jena-fuseki-ui/src/views/Home.vue | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/jena-fuseki2/jena-fuseki-ui/src/views/Home.vue b/jena-fuseki2/jena-fuseki-ui/src/views/Home.vue index 598ef8aa09..ffcb83b0f9 100644 --- a/jena-fuseki2/jena-fuseki-ui/src/views/Home.vue +++ b/jena-fuseki2/jena-fuseki-ui/src/views/Home.vue @@ -124,13 +124,7 @@ export default { /** * Fuseki backend response. * - * @type {null|{ - * built: string, - * datasets: [], - * startDateTime: string, - * uptime: number, - * version: string - * }} + * @return {string} */ headerString () { if (!this.serverData) {
