]> git.mxchange.org Git - jcustomer-core.git/blobdiff - src/org/mxchange/jshopcore/model/category/Category.java
Continued:
[jcustomer-core.git] / src / org / mxchange / jshopcore / model / category / Category.java
index fd775ccc78c02bff5593be06811877cb83fa98fa..1fb60e81633f2502f3e961bfebc036cc05ce7a8b 100644 (file)
@@ -17,7 +17,6 @@
 package org.mxchange.jshopcore.model.category;
 
 import java.io.Serializable;
-import java.io.UnsupportedEncodingException;
 
 /**
  * An interface for categories
@@ -69,12 +68,4 @@ public interface Category extends Comparable<Category>, Serializable {
         */
        @Override
        public int compareTo (final Category category);
-
-       /**
-        * Decodes the UTF8-encoded title
-        *
-        * @return Decoded title
-        * @throws java.io.UnsupportedEncodingException If the encoding UTF-8 is not supported
-        */
-       public String getDecodedTitle () throws UnsupportedEncodingException ;
 }