Skip to content

Commit

Permalink
Update CarmaCloudRegistrationReceiver.java
Browse files Browse the repository at this point in the history
  • Loading branch information
chengyuan0124 committed Apr 9, 2024
1 parent 168096b commit 41dd183
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ public void run()
while (running.get())
{
Socket oSock = m_oSrvr.accept();
DataInputStream oIn = new DataInputStream(oSock.getInputStream());
DataInputStream oIn = new DataInputStream(oSock.getInputStream());

// parse message
CarmaCloudRegistrationMessage parsedMessage =
Expand Down

0 comments on commit 41dd183

Please sign in to comment.