From 5f4e5cc9279db381e00d4afdae25cc35274c42dd Mon Sep 17 00:00:00 2001 From: VictorGotsenko Date: Mon, 7 Jul 2025 22:25:15 +0500 Subject: [PATCH] Step06 - done! SonarQube checks is worked --- app/src/main/java/hexlet/code/App.java | 1 - 1 file changed, 1 deletion(-) diff --git a/app/src/main/java/hexlet/code/App.java b/app/src/main/java/hexlet/code/App.java index 99c5482..95cc815 100644 --- a/app/src/main/java/hexlet/code/App.java +++ b/app/src/main/java/hexlet/code/App.java @@ -84,7 +84,6 @@ public static Javalin getApp() throws IOException, SQLException { // public static void main(String[] args) throws IOException, SQLException { //throws SQLException Javalin app = getApp(); -// app.start(7070); app.start(getPort()); } }