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

TRUNK-4047 ConceptDAO now returns the entire concept tree. #395

Closed
wants to merge 3 commits into from

Conversation

shruthidipali
Copy link
Member

No description provided.

import org.openmrs.ConceptWord;
import org.openmrs.Drug;
import org.openmrs.DrugIngredient;
import org.openmrs.*;
Copy link
Member

Choose a reason for hiding this comment

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

In OpenMRS we don't use wildcard imports. Can you switch this back to what it was before?

@djazayeri
Copy link
Member

I haven't looked at the content of this pull request yet, but can you please clean up the formatting and imports?

(There's a bit of commentary about the code formatter at https://wiki.openmrs.org/display/docs/Coding+Conventions )

@shruthidipali
Copy link
Member Author

Darius, removed all the white-space changes.

Sorry about the delay!

@djazayeri
Copy link
Member

Per conversation on the ticket TRUNK-4047, instead of changing this in core code, we'll instead change this to greedily fetch set members in the web services module. That way the java API can continue to let these be lazy.

@djazayeri djazayeri closed this Oct 1, 2013
RandilaP pushed a commit to RandilaP/openmrs-core that referenced this pull request Jul 31, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
2 participants