Rename package
continuous-integration/drone/push Build is passing
Details
continuous-integration/drone/push Build is passing
Details
This commit is contained in:
parent
b01e2566e1
commit
c8225dbdca
|
@ -1,4 +1,4 @@
|
||||||
package Category;
|
package category;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* A Category that can be assigned to a link to group links with similar content.
|
* A Category that can be assigned to a link to group links with similar content.
|
|
@ -1,4 +1,4 @@
|
||||||
package Category;
|
package category;
|
||||||
|
|
||||||
public record CategoryId(int id) {
|
public record CategoryId(int id) {
|
||||||
}
|
}
|
|
@ -1,6 +1,6 @@
|
||||||
package Category;
|
package category;
|
||||||
|
|
||||||
import Exeptions.IllegalValueObjectArgument;
|
import exeptions.IllegalValueObjectArgument;
|
||||||
|
|
||||||
import java.util.Objects;
|
import java.util.Objects;
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
package Exeptions;
|
package exeptions;
|
||||||
|
|
||||||
public class IllegalValueObjectArgument extends Exception {
|
public class IllegalValueObjectArgument extends Exception {
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
package Category;
|
package category;
|
||||||
|
|
||||||
import org.junit.jupiter.api.Test;
|
import org.junit.jupiter.api.Test;
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
package Category;
|
package category;
|
||||||
|
|
||||||
import Exeptions.IllegalValueObjectArgument;
|
import exeptions.IllegalValueObjectArgument;
|
||||||
import org.junit.jupiter.api.Test;
|
import org.junit.jupiter.api.Test;
|
||||||
|
|
||||||
import static org.junit.jupiter.api.Assertions.assertEquals;
|
import static org.junit.jupiter.api.Assertions.assertEquals;
|
|
@ -1,4 +1,4 @@
|
||||||
package Category;
|
package category;
|
||||||
|
|
||||||
import org.junit.jupiter.api.Test;
|
import org.junit.jupiter.api.Test;
|
||||||
|
|
Reference in New Issue