BAEL-16906 Slice 6 | The top 100 articles should have their own package in the module (#7652)
-Moved packages
This commit is contained in:
committed by
Josh Cummings
parent
192774ef2c
commit
7e18a82d1b
@@ -1,8 +1,9 @@
|
||||
package com.baeldung.services;
|
||||
|
||||
import com.baeldung.transfer.LoginForm;
|
||||
import org.springframework.stereotype.Service;
|
||||
|
||||
import com.baeldung.requestresponsebody.LoginForm;
|
||||
|
||||
@Service
|
||||
public class ExampleService {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user