]> git.mxchange.org Git - jjobs-war.git/blobdiff - src/java/org/mxchange/jjobs/beans/profilemode/JobsProfileModeWebApplicationBean.java
Please cherry-pick:
[jjobs-war.git] / src / java / org / mxchange / jjobs / beans / profilemode / JobsProfileModeWebApplicationBean.java
index e6b54844b0cfa66b76c31a15518339195979a59e..be7746215951bcb6d6a315eefb1f560d8197dba0 100644 (file)
@@ -16,7 +16,6 @@
  */
 package org.mxchange.jjobs.beans.profilemode;
 
-import javax.annotation.PostConstruct;
 import javax.enterprise.context.ApplicationScoped;
 import javax.inject.Named;
 import org.mxchange.jjobs.beans.BaseJobsController;
@@ -50,11 +49,4 @@ public class JobsProfileModeWebApplicationBean extends BaseJobsController implem
                return ProfileMode.values();
        }
 
-       /**
-        * Post-construction method
-        */
-       @PostConstruct
-       public void init () {
-       }
-
 }