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

138 remove jodatime from cube module #140

Merged
merged 2 commits into from
Aug 30, 2022

Conversation

natan-cox-cognizone
Copy link
Collaborator

and use sorted maps in ConversionProfile

@@ -214,7 +214,7 @@ private void processContext(Context context, Model model) {
}

private void reportMissedSubjects(Context context, String root) {
Set<Resource> missedSubjects = context.subjectTypeMap.keySet();
Set<Resource> missedSubjects = new HashSet<>(context.subjectTypeMap.keySet());
Copy link
Collaborator Author

Choose a reason for hiding this comment

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

note: fixes a "counting" bug. this is only logged if reporting of missing data is enabled!

@natan-cox-cognizone natan-cox-cognizone merged commit 1c5a5cd into develop Aug 30, 2022
@natan-cox-cognizone natan-cox-cognizone deleted the 138-remove-jodatime-from-cube-module branch August 30, 2022 09:39
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.

remove joda.time from cube module
3 participants