Tublian / tos-oms-webmvc

vFunction pilot project
0 stars 0 forks source link

Remove references of ShippingService from ProductService (dead-code) #7

Open eldad-vfunction opened 1 month ago

eldad-vfunction commented 1 month ago

The class ProductService has references to ShippingService class as an autowired bean, however, this reference seems unused - in other words, the operations that use it and the member are dead-code. Refactor ProductService so it won't use ShippingService and fix any flows that might be affected.