Skip to content

Commit 9a96191

Browse files
committed
feat: update name
Signed-off-by: Otavio Santana <[email protected]>
1 parent a595dff commit 9a96191

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/main/java/org/soujava/demos/arangodb/document/App.java renamed to src/main/java/org/soujava/demos/arangodb/document/DocumentApp.java

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

2323

24-
public class App {
24+
public class DocumentApp {
2525

26-
private static final Logger LOGGER = Logger.getLogger(App.class.getName());
26+
private static final Logger LOGGER = Logger.getLogger(DocumentApp.class.getName());
2727

2828
public static void main(String[] args) {
2929
var faker = new Faker();
@@ -38,6 +38,6 @@ public static void main(String[] args) {
3838
}
3939
}
4040

41-
private App() {
41+
private DocumentApp() {
4242
}
4343
}

0 commit comments

Comments
 (0)