BAEL-16906 Slice 6 | The top 100 articles should have their own package in the module (#7652)

-Moved packages
This commit is contained in:
Dhawal Kapil
2019-08-27 06:43:00 +05:30
committed by Josh Cummings
parent 192774ef2c
commit 7e18a82d1b
6 changed files with 10 additions and 10 deletions

View File

@@ -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 {