fix package

This commit is contained in:
Loredana 2020-09-10 20:19:19 +03:00
parent 0acc6a25e1
commit 2ccba495c5
11 changed files with 16 additions and 16 deletions

View File

@ -1,4 +1,4 @@
package com.baeldung.controller.optionalpathvars;
package com.baeldung.optionalpathvars;
public class Article {

View File

@ -1,6 +1,6 @@
package com.baeldung.controller.optionalpathvars;
package com.baeldung.optionalpathvars;
import static com.baeldung.controller.optionalpathvars.Article.DEFAULT_ARTICLE;
import static com.baeldung.optionalpathvars.Article.DEFAULT_ARTICLE;
import org.springframework.web.bind.annotation.PathVariable;
import org.springframework.web.bind.annotation.RequestMapping;

View File

@ -1,6 +1,6 @@
package com.baeldung.controller.optionalpathvars;
package com.baeldung.optionalpathvars;
import static com.baeldung.controller.optionalpathvars.Article.DEFAULT_ARTICLE;
import static com.baeldung.optionalpathvars.Article.DEFAULT_ARTICLE;
import java.util.Map;

View File

@ -1,6 +1,6 @@
package com.baeldung.controller.optionalpathvars;
package com.baeldung.optionalpathvars;
import static com.baeldung.controller.optionalpathvars.Article.DEFAULT_ARTICLE;
import static com.baeldung.optionalpathvars.Article.DEFAULT_ARTICLE;
import java.util.Optional;

View File

@ -1,6 +1,6 @@
package com.baeldung.controller.optionalpathvars;
package com.baeldung.optionalpathvars;
import static com.baeldung.controller.optionalpathvars.Article.DEFAULT_ARTICLE;
import static com.baeldung.optionalpathvars.Article.DEFAULT_ARTICLE;
import org.springframework.web.bind.annotation.PathVariable;
import org.springframework.web.bind.annotation.RequestMapping;

View File

@ -1,6 +1,6 @@
package com.baeldung.controller.optionalpathvars;
package com.baeldung.optionalpathvars;
import static com.baeldung.controller.optionalpathvars.Article.DEFAULT_ARTICLE;
import static com.baeldung.optionalpathvars.Article.DEFAULT_ARTICLE;
import org.springframework.web.bind.annotation.PathVariable;
import org.springframework.web.bind.annotation.RequestMapping;

View File

@ -1,4 +1,4 @@
package com.baeldung.controller.optionalpathvars;
package com.baeldung.optionalpathvars;
import org.junit.Before;
import org.junit.Test;

View File

@ -1,4 +1,4 @@
package com.baeldung.controller.optionalpathvars;
package com.baeldung.optionalpathvars;
import org.junit.Before;
import org.junit.Test;

View File

@ -1,4 +1,4 @@
package com.baeldung.controller.optionalpathvars;
package com.baeldung.optionalpathvars;
import org.junit.Before;
import org.junit.Test;

View File

@ -1,4 +1,4 @@
package com.baeldung.controller.optionalpathvars;
package com.baeldung.optionalpathvars;
import org.junit.Before;
import org.junit.Test;

View File

@ -1,4 +1,4 @@
package com.baeldung.controller.optionalpathvars;
package com.baeldung.optionalpathvars;
import org.junit.Before;
import org.junit.Test;