Skip to content
This repository was archived by the owner on Sep 19, 2021. It is now read-only.

Commit 5746635

Browse files
authored
Correcting confusing comment
The comment about why the loadTeamInfo was adding itself to the timeline made no sense. This corrects the message to be comprehendible.
1 parent 5524036 commit 5746635

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/codeu/chat/RelayMain.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -80,8 +80,8 @@ public void run() {
8080
loadTeamInfo(relay, teamFile);
8181
LOG.info("Done loading team data.");
8282

83-
// Add this again in 1 minute so that new entries to the time line will
84-
// be added. This won't support updating entries.
83+
// Add this again in 1 minute so that new team entries will be added to
84+
// the relay. This won't support updating entries.
8585
timeline.scheduleIn(60000, this);
8686
}
8787
});

0 commit comments

Comments
 (0)