Skip to content

Commit

Permalink
Merge pull request #1936 from tendomatGitHub/TRUNK-5002
Browse files Browse the repository at this point in the history
TRUNK-5002:Removed Line 763 of Result.java
  • Loading branch information
dkayiwa committed Jan 3, 2017
2 parents 2f5b7b7 + f05f8f5 commit 3bd1475
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions api/src/main/java/org/openmrs/logic/result/Result.java
Original file line number Diff line number Diff line change
Expand Up @@ -758,17 +758,6 @@ public Result unique() {
return new Result(uniqueList);
}

//TODO rewrite this method
//
// /**
// * @see java.lang.Object#hashCode()
// */
// public int hashCode() {
// int hashCode = 49867; // some random number
// hashCode += this.hashCode();
//
// return hashCode;
// }

/**
* @see java.lang.Object#equals(java.lang.Object)
Expand Down

0 comments on commit 3bd1475

Please sign in to comment.