Skip to content

Commit b1346c7

Browse files
authored
Fix belgif-rest-problem-java-ee inconsistent i18n package (#169)
Followup of #156. The i18n classes were added later on, and are in the wrong package.
1 parent 3bfea7c commit b1346c7

File tree

7 files changed

+7
-7
lines changed

7 files changed

+7
-7
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
package io.github.belgif.rest.problem.jaxrs.i18n;
1+
package io.github.belgif.rest.problem.ee.jaxrs.i18n;
22

33
import javax.ws.rs.container.ContainerRequestContext;
44
import javax.ws.rs.container.ContainerRequestFilter;
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
package io.github.belgif.rest.problem.jaxrs.i18n;
1+
package io.github.belgif.rest.problem.ee.jaxrs.i18n;
22

33
import static io.github.belgif.rest.problem.i18n.I18N.*;
44

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
package io.github.belgif.rest.problem.jaxrs.i18n;
1+
package io.github.belgif.rest.problem.ee.jaxrs.i18n;
22

33
import java.util.Locale;
44

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
io.github.belgif.rest.problem.jaxrs.i18n.ThreadLocalLocaleResolver
1+
io.github.belgif.rest.problem.ee.jaxrs.i18n.ThreadLocalLocaleResolver
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
package io.github.belgif.rest.problem.jaxrs.i18n;
1+
package io.github.belgif.rest.problem.ee.jaxrs.i18n;
22

33
import static org.assertj.core.api.Assertions.*;
44
import static org.mockito.Mockito.*;
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
package io.github.belgif.rest.problem.jaxrs.i18n;
1+
package io.github.belgif.rest.problem.ee.jaxrs.i18n;
22

33
import static org.assertj.core.api.Assertions.*;
44
import static org.mockito.Mockito.*;
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
package io.github.belgif.rest.problem.jaxrs.i18n;
1+
package io.github.belgif.rest.problem.ee.jaxrs.i18n;
22

33
import static org.assertj.core.api.Assertions.*;
44

0 commit comments

Comments
 (0)