Skip to content

Commit

Permalink
Remove unnecessary comment
Browse files Browse the repository at this point in the history
  • Loading branch information
chengyuan0124 committed May 2, 2024
1 parent c2cf1cd commit 08e80a8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
*/
public class CarmaCloudRegistrationReceiver implements Runnable
{
private static final int LISTEN_PORT = 1617; // which port for CARMA Cloud?
private static final int LISTEN_PORT = 1617;
private final AtomicBoolean running = new AtomicBoolean(false);
private final Logger log = LoggerFactory.getLogger(this.getClass());
private final Queue<CarmaCloudRegistrationMessage> rxQueue = new LinkedList<>();
Expand Down

0 comments on commit 08e80a8

Please sign in to comment.