Merge pull request #10004 from eugenp/fix-package

fix package
This commit is contained in:
Loredana Crusoveanu 2020-09-11 15:15:03 +03:00 committed by GitHub
commit f3063ad0b2
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;