Skip to content

Commit

Permalink
Doing some formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
dkayiwa committed Nov 4, 2013
1 parent 49a5595 commit 113b992
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions api/src/main/java/org/openmrs/Obs.java
Expand Up @@ -169,8 +169,8 @@ public Obs(Integer obsId) {
* @return a new Obs object with all the same attributes as the given obs
*/
public static Obs newInstance(Obs obsToCopy) {
Obs newObs = new Obs(obsToCopy.getPerson(), obsToCopy.getConcept(), obsToCopy.getObsDatetime(),
obsToCopy.getLocation());
Obs newObs = new Obs(obsToCopy.getPerson(), obsToCopy.getConcept(), obsToCopy.getObsDatetime(), obsToCopy
.getLocation());

newObs.setObsGroup(obsToCopy.getObsGroup());
newObs.setAccessionNumber(obsToCopy.getAccessionNumber());
Expand Down

0 comments on commit 113b992

Please sign in to comment.