Skip to content
This repository was archived by the owner on Oct 4, 2022. It is now read-only.

Commit 7cc31be

Browse files
author
andhra21231
committed
Fix Array List And Denoted To 1.1 Version (Major Updates)
1 parent a3ddda1 commit 7cc31be

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

server/src/main/java/com/server/Server.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ public class Server {
2626
static Logger logger = LoggerFactory.getLogger(Server.class);
2727

2828
public static void main(String[] args) throws Exception {
29-
logger.info("Selamat Datang Di PK-Chat. Pastikan Port 9001 Telah Terbuka Ya!");
29+
logger.info("Selamat Datang Di PK-Chat. Pastikan Port 9001 Telah Terbuka!");
3030
ServerSocket listener = new ServerSocket(PORT);
3131

3232
try {

0 commit comments

Comments
 (0)