]> git.mxchange.org Git - jfinancials-war.git/commitdiff
Please cherry-pick:
authorRoland Häder <roland@mxchange.org>
Sat, 12 Nov 2022 20:31:18 +0000 (21:31 +0100)
committerRoland Häder <roland@mxchange.org>
Sat, 12 Nov 2022 20:31:18 +0000 (21:31 +0100)
- removed star-import and it isn't needed anymore
- still this interface should be used as a type alongside with `@Inject`
  annotations

src/java/org/mxchange/jfinancials/beans/contact/mobile/FinancialsAdminContactMobileWebRequestController.java
src/java/org/mxchange/jfinancials/beans/contact/mobile/FinancialsContactMobileWebRequestController.java

index 25f5b9278241bc38c64ef1b0c8166ba35284539f..6e856f3a687b5c2685c16ed6777dfa77ae77362b 100644 (file)
@@ -17,7 +17,6 @@
  */
 package org.mxchange.jfinancials.beans.contact.mobile;
 
-import org.mxchange.jfinancials.beans.contact.phone.*;
 import java.io.Serializable;
 
 /**
index 03537792f6ee96ed2a40bc4b70096ee3f2629184..942de52b9e6f423ecec440621f73722772f68e03 100644 (file)
@@ -16,7 +16,6 @@
  */
 package org.mxchange.jfinancials.beans.contact.mobile;
 
-import org.mxchange.jfinancials.beans.contact.phone.*;
 import java.io.Serializable;
 
 /**