From f5117515ab26658e93d9efc2d99651c332840782 Mon Sep 17 00:00:00 2001 From: Clyhtsuriva Date: Sun, 27 Jun 2021 13:24:40 +0200 Subject: Added an extension check for songs and covered it with a test. --- target/site/apidocs/musichub/util/PathValidation.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'target/site/apidocs/musichub/util/PathValidation.html') diff --git a/target/site/apidocs/musichub/util/PathValidation.html b/target/site/apidocs/musichub/util/PathValidation.html index fd6d4b8..fefddad 100644 --- a/target/site/apidocs/musichub/util/PathValidation.html +++ b/target/site/apidocs/musichub/util/PathValidation.html @@ -2,7 +2,7 @@ - + PathValidation (spoteezer 0.1.0 API) @@ -121,7 +121,7 @@ loadScripts(document, 'script');
static boolean
isPathValid​(String inputPath)
-
Method that checks the validity of a given path
+
Method that checks the validity of a given path and file.
@@ -163,7 +163,7 @@ loadScripts(document, 'script');

isPathValid

public static boolean isPathValid(String inputPath)
-
Method that checks the validity of a given path
+
Method that checks the validity of a given path and file.
Parameters:
inputPath - the path given by the user
-- cgit v1.2.3