Skip to content
This repository was archived by the owner on Jun 27, 2018. It is now read-only.

Commit 7804424

Browse files
committed
remove emacs tmp file
1 parent 532fb38 commit 7804424

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

src/main/java/us/b3k/health/.#HealthServer.java

-1
This file was deleted.

src/main/java/us/b3k/health/HealthServer.java

+2-2
Original file line numberDiff line numberDiff line change
@@ -78,11 +78,11 @@ public static void run(int port) {
7878

7979
connection.connect(address);
8080
} catch (IOException e) {
81-
System.out.println("Error starting server");
81+
System.out.println("Error starting HealthServer");
8282
}
8383
}
8484

8585
public static void main(String[] list) throws Exception {
8686
run(8787);
87-
}
87+
}
8888
}

0 commit comments

Comments
 (0)