X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;ds=sidebyside;f=src%2Forg%2Fmxchange%2Faddressbook%2Fmodel%2Fshared%2FSharedAddressbooksSessionBeanRemote.java;h=c0e0bc088ca883408c43b10d90d703b8e03dc963;hb=553d6b9094729cf96d984f582094523774110f09;hp=af1a3607f2930a37be89de4fd320cde26a3cf404;hpb=a5da4801e8b1a61328551a8a32a073f84c978945;p=jfinancials-lib.git diff --git a/src/org/mxchange/addressbook/model/shared/SharedAddressbooksSessionBeanRemote.java b/src/org/mxchange/addressbook/model/shared/SharedAddressbooksSessionBeanRemote.java index af1a360..c0e0bc0 100644 --- a/src/org/mxchange/addressbook/model/shared/SharedAddressbooksSessionBeanRemote.java +++ b/src/org/mxchange/addressbook/model/shared/SharedAddressbooksSessionBeanRemote.java @@ -19,9 +19,9 @@ package org.mxchange.addressbook.model.shared; import java.io.Serializable; import java.util.List; import javax.ejb.Remote; -import org.mxchange.addressbook.exceptions.UserAlreadySharingAddressbookException; -import org.mxchange.addressbook.model.addressbook.Addressbook; -import org.mxchange.addressbook.model.addressbook.shared.ShareableAddressbook; +import org.mxchange.jaddressbookcore.exceptions.UserAlreadySharingAddressbookException; +import org.mxchange.jaddressbookcore.model.addressbook.Addressbook; +import org.mxchange.jaddressbookcore.model.addressbook.shared.ShareableAddressbook; import org.mxchange.jusercore.model.user.User; /**