]> git.mxchange.org Git - jcustomer-core.git/blobdiff - src/org/mxchange/jshopcore/model/category/BaseCategory.java
Continued:
[jcustomer-core.git] / src / org / mxchange / jshopcore / model / category / BaseCategory.java
index e8fe1d93cea51d0dd35375de258cb6022e2f3873..ecc6a827fdf32064879b6bf2974dc55993c2a081 100644 (file)
  */
 package org.mxchange.jshopcore.model.category;
 
-import java.io.UnsupportedEncodingException;
 import java.text.MessageFormat;
 import java.util.Objects;
-import org.mxchange.jcoree.BaseEeSystem;
+import org.mxchange.jcoreee.BaseEeSystem;
 
 /**
  * A general product category class
@@ -99,20 +98,6 @@ public abstract class BaseCategory extends BaseEeSystem implements Category {
                return 1;
        }
 
-       /**
-        * Decodes the UTF8-encoded title
-        *
-        * @return Decoded title
-        */
-       @Override
-       public String getDecodedTitle () throws UnsupportedEncodingException {
-               // Get title
-               byte[] t = this.getTitle().getBytes();
-
-               // Decode it
-               return new String(t, "UTF-8"); //NOI18N
-       }
-
        /**
         * Id number of category
         *