Skip to content

Commit

Permalink
Fixed typo in data collector.
Browse files Browse the repository at this point in the history
  • Loading branch information
DrDab committed Dec 7, 2018
1 parent 8b8c077 commit 1551aa5
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 1 deletion.
Binary file modified tools/DataCollector/RoverRuckus2019.jar
Binary file not shown.
Binary file modified tools/DataCollector/bin/com/team3543/CollectorMain.class
Binary file not shown.
2 changes: 1 addition & 1 deletion tools/DataCollector/src/com/team3543/CollectorMain.java
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ public static void main(String[] args)
LoginHandler loginHandler = new LoginHandler("logins.awoo");
try
{
listener = new CollectorServer(stp, loginHandler, 3621);
listener = new CollectorServer(stp, loginHandler, port);
new Thread(new Runnable()
{
public void run()
Expand Down

0 comments on commit 1551aa5

Please sign in to comment.