aboutsummaryrefslogtreecommitdiffstats
path: root/target/site/jacoco/musichub.util/PathValidation.java.html
diff options
context:
space:
mode:
Diffstat (limited to 'target/site/jacoco/musichub.util/PathValidation.java.html')
-rw-r--r--target/site/jacoco/musichub.util/PathValidation.java.html8
1 files changed, 4 insertions, 4 deletions
diff --git a/target/site/jacoco/musichub.util/PathValidation.java.html b/target/site/jacoco/musichub.util/PathValidation.java.html
index 7518e59..c7a0f92 100644
--- a/target/site/jacoco/musichub.util/PathValidation.java.html
+++ b/target/site/jacoco/musichub.util/PathValidation.java.html
@@ -32,13 +32,13 @@ public final class PathValidation {
*/
public static boolean isPathValid(String inputPath) {
-<span class="fc" id="L35"> boolean isExtensionValid=false;</span>
+<span class="fc" id="L35"> boolean isExtensionValid = false;</span>
<span class="fc" id="L37"> int index = inputPath.lastIndexOf('.');</span>
-<span class="fc bfc" id="L38" title="All 2 branches covered."> if(index &gt; 0) {</span>
+<span class="fc bfc" id="L38" title="All 2 branches covered."> if (index &gt; 0) {</span>
<span class="fc" id="L39"> String extension = inputPath.substring(index + 1);</span>
-<span class="fc bfc" id="L40" title="All 2 branches covered."> if (extension.equals(&quot;wav&quot;)){</span>
-<span class="fc" id="L41"> isExtensionValid=true;</span>
+<span class="fc bfc" id="L40" title="All 2 branches covered."> if (extension.equals(&quot;wav&quot;)) {</span>
+<span class="fc" id="L41"> isExtensionValid = true;</span>
}
}
evelop&id=68cda46c46b5050efbe8846307af7ff90c1856fc&follow=1'>Update README.mdv3.2.1Clyhtsuriva1-1/+1 2021-05-19Update README.mdClyhtsuriva1-3/+3 2021-05-19Update README.mdClyhtsuriva1-1/+1 2021-05-19Update README.mdClyhtsuriva1-8/+10 2021-05-19Update README.mdClyhtsuriva1-1/+2 2021-05-19Update README.mdClyhtsuriva1-8/+7 2021-05-19Update README.mdrelease/3.2.1Clyhtsuriva1-6/+21 2021-05-19Big updaterelease/3.2Clyhtsuriva55-235/+193 2021-05-19Update README.mdClyhtsuriva1-1/+5 2021-05-14Update README.mdClyhtsuriva1-1/+3 2021-05-14Update README.mdClyhtsuriva1-0/+23 2021-05-14Update README.md and adding logo onto the main screenrelease/3.1Clyhtsuriva2-10/+13 2021-05-14Singletons on all pages : OKClyhtsuriva6-125/+81 2021-05-14Singletons : DetailTopManga : OKClyhtsuriva2-21/+49 2021-05-14Addedd Singletons for TopManga.Clyhtsuriva3-23/+43