We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a595dff commit 9a96191Copy full SHA for 9a96191
src/main/java/org/soujava/demos/arangodb/document/App.java renamed to src/main/java/org/soujava/demos/arangodb/document/DocumentApp.java
@@ -21,9 +21,9 @@
21
import java.util.logging.Logger;
22
23
24
-public class App {
+public class DocumentApp {
25
26
- private static final Logger LOGGER = Logger.getLogger(App.class.getName());
+ private static final Logger LOGGER = Logger.getLogger(DocumentApp.class.getName());
27
28
public static void main(String[] args) {
29
var faker = new Faker();
@@ -38,6 +38,6 @@ public static void main(String[] args) {
38
}
39
40
41
- private App() {
+ private DocumentApp() {
42
43
0 commit comments