-
Notifications
You must be signed in to change notification settings - Fork 2
Added Getter and Setters for DataSet for backward compatibility of projects using com.flipkart artifact #16
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
Conversation
…ojects which were using com.flipkart domain
📊 JaCoCo Code Coverage
|
src/main/java/io/appform/databuilderframework/model/DataSet.java
Outdated
Show resolved
Hide resolved
src/main/java/io/appform/databuilderframework/model/DataSet.java
Outdated
Show resolved
Hide resolved
…nto map_getters_setters
…) before giving it to external world
…erframework into map_getters_setters
| } | ||
|
|
||
| public Set<String> keySet() { | ||
| return safeOp(() -> new HashSet<>(availableData.keySet())); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This needs to be mutable?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Moved to immutable set
|



No description provided.