]> git.mxchange.org Git - jfinancials-war.git/commitdiff
removed g/setControllerType as there is now a base template path (please cherry-pick...
authorRoland Haeder <roland@mxchange.org>
Thu, 28 Jul 2016 20:03:37 +0000 (22:03 +0200)
committerRoland Haeder <roland@mxchange.org>
Thu, 28 Jul 2016 20:03:37 +0000 (22:03 +0200)
src/java/org/mxchange/addressbook/beans/contact/AddressbookAdminContactWebRequestBean.java

index 61b8ac508c437a1c59d3f141f4de83380313e91d..e360eeea2e562e1e70b1b827ac32586e544d07ed 100644 (file)
@@ -541,17 +541,6 @@ public class AddressbookAdminContactWebRequestBean extends BaseAddressbookContro
                this.contactId = contactId;
        }
 
-       @Override
-       public String getControllerType () {
-               return "admin"; //NOI18N
-       }
-
-       @Override
-       @Deprecated
-       public void setControllerType (final String controllerType) {
-               throw new UnsupportedOperationException("Setting controller type is not supported."); //NOI18N
-       }
-
        @Override
        public Country getCountry () {
                return this.country;