mirror of
https://github.com/0xShay/halflink.git
synced 2026-01-10 20:53:24 +00:00
Remove unused imports in backend
This commit is contained in:
@@ -1,7 +1,6 @@
|
||||
package services.shay.shortlink;
|
||||
|
||||
import java.security.SecureRandom;
|
||||
import java.util.Date;
|
||||
|
||||
public class ShortCodeGenerator {
|
||||
|
||||
|
||||
@@ -2,7 +2,6 @@ package services.shay.shortlink;
|
||||
|
||||
import jakarta.persistence.*;
|
||||
import jakarta.validation.constraints.NotNull;
|
||||
import jakarta.validation.constraints.Null;
|
||||
|
||||
import java.util.Date;
|
||||
import java.util.UUID;
|
||||
|
||||
Reference in New Issue
Block a user