Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

apply even more lombok #129

Merged
merged 1 commit into from
Mar 29, 2024
Merged

apply even more lombok #129

merged 1 commit into from
Mar 29, 2024

Conversation

FKD13
Copy link
Member

@FKD13 FKD13 commented Mar 29, 2024

No description provided.

@FKD13 FKD13 added the enhancement New feature or request label Mar 29, 2024
@FKD13 FKD13 requested a review from NuttyShrimp March 29, 2024 15:23
@FKD13 FKD13 self-assigned this Mar 29, 2024
@FKD13 FKD13 requested a review from Topvennie March 29, 2024 15:23
@@ -60,7 +60,7 @@ public Map<Integer, List<BatonDetection>> getBatonDetections() {
}
var batonDetections = batonDetectionMap.get(batonId);
var team = teamMap.get(batonTeamMap.get(batonId));
var batonDetection = new BatonDetection(Math.toIntExact(d.getTimestamp().getTime() / 1000), d.getRssi(), d.getStationId(), batonId, team.getName());
var batonDetection = new BatonDetection(Math.toIntExact(d.getTimestamp().getTime() / 1000), d.getRssi(), batonId /* FIXME: BatonDetection expects a teamId here? */, d.getStationId(), team.getName());
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Don't forget to make an issue ;)

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Now I have: #130

@FKD13 FKD13 marked this pull request as ready for review March 29, 2024 15:44
@FKD13 FKD13 merged commit a653a57 into development Mar 29, 2024
1 check passed
@FKD13 FKD13 deleted the remove-code branch March 29, 2024 21:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

3 participants