]> git.mxchange.org Git - jjobs-war.git/blobdiff - src/java/org/mxchange/jjobs/beans/phone/JobsAdminContactPhoneWebSessionBean.java
Refactured a lot:
[jjobs-war.git] / src / java / org / mxchange / jjobs / beans / phone / JobsAdminContactPhoneWebSessionBean.java
index 4f4bfe020bed0873e0e24c939c1b3d4b7497437d..e21d24495c9c495c39a75476aba1f940af683059 100644 (file)
@@ -157,15 +157,4 @@ public class JobsAdminContactPhoneWebSessionBean implements JobsAdminContactPhon
                this.landLine = landLine;
        }
 
-       /**
-        * Clears this bean
-        */
-       private void clear () {
-               // Clear all instances
-               this.setCellPhone(null);
-               this.setFax(null);
-               this.setLandLine(null);
-               this.setContact(null);
-       }
-
 }