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

Use conditional GET request to download external mapping #298

Merged

Conversation

matvey-mtn
Copy link
Contributor

No description provided.

Copy link
Collaborator

@DanMelman DanMelman left a comment

Choose a reason for hiding this comment

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

LGTM!

import java.util.Map;

public class ExternalMappingResponse {
private final Boolean modified;
Copy link
Collaborator

Choose a reason for hiding this comment

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

  1. can be a simple boolean
  2. not sure we even need this boolean - isModified() can just check if mappings != null

@matvey-mtn matvey-mtn merged commit f1d208e into master Mar 22, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants