Skip to content

Commit aadef6e

Browse files
committed
System Touch
1 parent 2f81b6d commit aadef6e

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

source/communicator/Communicator.java

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
package communicator;
22

33
import commons.CommonRails;
4+
import database.N21Store;
45
import exceptions.ExceptionHandler;
56

67
import java.io.BufferedReader;
@@ -73,7 +74,8 @@ public void run()
7374
{
7475
try
7576
{
76-
database.N21Store.createCommunicatorTables();
77+
N21Store.createCommunicatorTables();
78+
7779
serverSocket = new ServerSocket(PORT, 64, InetAddress.getByName(HOST));
7880
CommonRails.printSystemComponent(this, this.hashCode(),
7981
". Communicator listening on port " + PORT + " .");

0 commit comments

Comments
 (0)