Skip to content

Commit 2843f54

Browse files
committed
feat: update curso app name class
Signed-off-by: Otavio Santana <otaviopolianasantana@gmail.com>
1 parent 0ef9c95 commit 2843f54

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

src/main/java/org/soujava/demos/jakarta/QueryApp.java renamed to src/main/java/org/soujava/demos/jakarta/CursorApp.java

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,9 @@
2020
import java.util.logging.Logger;
2121

2222

23-
public class QueryApp {
23+
public class CursorApp {
2424

25-
private static final Logger LOGGER = Logger.getLogger(QueryApp.class.getName());
25+
private static final Logger LOGGER = Logger.getLogger(CursorApp.class.getName());
2626

2727
public static void main(String[] args) {
2828
var faker = new Faker();
@@ -42,6 +42,6 @@ public static void main(String[] args) {
4242
}
4343
}
4444

45-
private QueryApp() {
45+
private CursorApp() {
4646
}
4747
}

0 commit comments

Comments
 (0)