Skip to content

Commit

Permalink
code review
Browse files Browse the repository at this point in the history
  • Loading branch information
bnasslahsen committed Dec 8, 2024
1 parent 43140ba commit 5c36273
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
* *
*
*/
package test.org.springdoc.api.v30.app234;
package test.org.springdoc.api.v30.app233;

import io.swagger.v3.oas.annotations.Parameter;
import io.swagger.v3.oas.annotations.media.Schema;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
*
*/

package test.org.springdoc.api.v30.app234;
package test.org.springdoc.api.v30.app233;

import test.org.springdoc.api.v30.AbstractSpringDocV30Test;

Expand All @@ -33,7 +33,7 @@
/**
* @author bnasslahsen
*/
public class SpringDocApp234Test extends AbstractSpringDocV30Test {
public class SpringDocApp233Test extends AbstractSpringDocV30Test {

@SpringBootApplication
static class SpringDocTestApp {
Expand Down

0 comments on commit 5c36273

Please sign in to comment.