]> git.mxchange.org Git - jcontacts-business-lib.git/commitdiff
Continued:
authorRoland Häder <roland@mxchange.org>
Sun, 22 Jan 2023 00:39:45 +0000 (01:39 +0100)
committerRoland Häder <roland@mxchange.org>
Sun, 22 Jan 2023 00:39:45 +0000 (01:39 +0100)
- removed no longer used imports

src/org/mxchange/jcontactsbusiness/model/basicdata/AdminBasicCompanyDataSessionBeanRemote.java
src/org/mxchange/jcontactsbusiness/model/headquarter/HeadquarterSessionBeanRemote.java

index 79c006d70f49145ea5b33597d339c9e1b5cb8b0d..dc216829f8ff85fb027eb2a321d279f1125f144d 100644 (file)
@@ -19,7 +19,6 @@ package org.mxchange.jcontactsbusiness.model.basicdata;
 import java.io.Serializable;
 import javax.ejb.Remote;
 import org.mxchange.jcontactsbusiness.exceptions.basicdata.BasicDataAlreadyAddedException;
-import org.mxchange.jcontactsbusiness.model.basicdata.BasicData;
 
 /**
  * A remote interface for business contact data
index 6f9afef2726df00bc7223adf9e43deb7f6bb82fc..3f2b7da7230e81e939f3292489ba9a38e2259f58 100644 (file)
@@ -16,7 +16,6 @@
  */
 package org.mxchange.jcontactsbusiness.model.headquarter;
 
-import org.mxchange.jcontactsbusiness.model.headquarter.Headquarter;
 import java.io.Serializable;
 import java.util.List;
 import javax.ejb.Remote;