fix package

This commit is contained in:
Loredana
2020-09-10 20:19:19 +03:00
parent c018384980
commit 5469b16073
11 changed files with 16 additions and 16 deletions

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;