restructures code into a more sensible path structure
This commit is contained in:
parent
d4eaad7361
commit
bc804bedbc
@ -31,7 +31,7 @@ public class ProfileController {
|
||||
// TODO figure out how to handle the exception.
|
||||
@Nonnull
|
||||
@GetMapping("/")
|
||||
public List<?> findAll() throws InvalidKeyException {
|
||||
public List<?> findAll() {
|
||||
return profileService.findAll();
|
||||
}
|
||||
|
||||
|
||||
@ -6,8 +6,6 @@ import org.junit.jupiter.api.Test;
|
||||
|
||||
import java.security.InvalidKeyException;
|
||||
|
||||
import static org.junit.Assert.assertEquals;
|
||||
|
||||
class EncryptIdTest {
|
||||
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user