diff options
author | Clyhtsuriva <aimeric@adjutor.xyz> | 2021-06-27 18:59:41 +0200 |
---|---|---|
committer | Clyhtsuriva <aimeric@adjutor.xyz> | 2021-06-27 18:59:41 +0200 |
commit | 948ff415cd3571c9f418765b30f1547dd16e84bf (patch) | |
tree | d25e80fc9d7669df163ac808a8cbca58cbacf390 /target/site/jacoco/musichub.business/Category.java.html | |
parent | 26426ef5b31d2d15ce331367358c1853930b863c (diff) |
Latest maven, jacoco and javadoc files
Diffstat (limited to 'target/site/jacoco/musichub.business/Category.java.html')
-rw-r--r-- | target/site/jacoco/musichub.business/Category.java.html | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/target/site/jacoco/musichub.business/Category.java.html b/target/site/jacoco/musichub.business/Category.java.html index cdef51f..1d815b6 100644 --- a/target/site/jacoco/musichub.business/Category.java.html +++ b/target/site/jacoco/musichub.business/Category.java.html @@ -1,12 +1,12 @@ <?xml version="1.0" encoding="UTF-8"?><!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"><html xmlns="http://www.w3.org/1999/xhtml" lang="fr"><head><meta http-equiv="Content-Type" content="text/html;charset=UTF-8"/><link rel="stylesheet" href="../jacoco-resources/report.css" type="text/css"/><link rel="shortcut icon" href="../jacoco-resources/report.gif" type="image/gif"/><title>Category.java</title><link rel="stylesheet" href="../jacoco-resources/prettify.css" type="text/css"/><script type="text/javascript" src="../jacoco-resources/prettify.js"></script></head><body onload="window['PR_TAB_WIDTH']=4;prettyPrint()"><div class="breadcrumb" id="breadcrumb"><span class="info"><a href="../jacoco-sessions.html" class="el_session">Sessions</a></span><a href="../index.html" class="el_report">spoteezer</a> > <a href="index.source.html" class="el_package">musichub.business</a> > <span class="el_source">Category.java</span></div><h1>Category.java</h1><pre class="source lang-java linenums">package musichub.business; -<span class="nc" id="L3">public enum Category {</span> -<span class="nc" id="L4"> YOUTH("youth"), NOVEL("novel"), THEATER("theater"), DOCUMENTARY("documentary"), SPEECH("speech");</span> +<span class="fc" id="L3">public enum Category {</span> +<span class="fc" id="L4"> YOUTH("youth"), NOVEL("novel"), THEATER("theater"), DOCUMENTARY("documentary"), SPEECH("speech");</span> private final String category; -<span class="nc" id="L7"> Category(String category) {</span> -<span class="nc" id="L8"> this.category = category;</span> -<span class="nc" id="L9"> }</span> +<span class="fc" id="L7"> Category(String category) {</span> +<span class="fc" id="L8"> this.category = category;</span> +<span class="fc" id="L9"> }</span> public String getCategory() { <span class="nc" id="L12"> return category;</span> |