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-4957: Removed code duplication in OpenmrsUtil class #1865

Merged
merged 1 commit into from
Nov 3, 2016
Merged

TRUNK-4957: Removed code duplication in OpenmrsUtil class #1865

merged 1 commit into from
Nov 3, 2016

Conversation

lkukielka
Copy link
Contributor

@lkukielka lkukielka commented Nov 3, 2016

Description

Related Issue

see https://issues.openmrs.org/browse/TRUNK-4957

Checklist:

  • My pull request only contains one single commit.
  • My pull request is based on the latest master branch
    git pull --rebase upstream master.
  • I ran mvn clean package right before creating this pull request and
    added all formatting changes to my commit.
  • My code follows the code style of this project.
  • I have read the CONTRIBUTING document.
  • I have added tests to cover my changes.
  • All new and existing tests passed.

@mention-bot
Copy link

@lkukielka, thanks for your PR! By analyzing the history of the files in this pull request, we identified @bmamlin, @dkayiwa and @suniala to be potential reviewers.

filepath = OpenmrsConstants.APPLICATION_DATA_DIRECTORY_FALLBACK_WIN + File.separator + "OpenMRS";
}
filepath = System.getProperty("user.home") + File.separator + "Application Data" + File.separator
+ "OpenMRS";
Copy link
Member

Choose a reason for hiding this comment

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

Note the filepath differs for unix based system

Copy link
Member

Choose a reason for hiding this comment

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

Copy link
Member

Choose a reason for hiding this comment

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

Nevermind, misread the code. All good.

@coveralls
Copy link

Coverage Status

Coverage increased (+0.02%) to 55.673% when pulling 8669f1d on lkukielka:master into 6cf9466 on openmrs:master.

@rkorytkowski rkorytkowski merged commit a57bbf3 into openmrs:master Nov 3, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
4 participants