Skip to content

Commit

Permalink
Follow up to add @SInCE annotation and clean up the javadocs for Orde…
Browse files Browse the repository at this point in the history
…r.commentsToFullfiller - TRUNK-4242
  • Loading branch information
wluyima committed Dec 18, 2013
1 parent 560b09e commit 571a944
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions api/src/main/java/org/openmrs/Order.java
Expand Up @@ -345,15 +345,17 @@ public void setDiscontinuedReasonNonCoded(String discontinuedReasonNonCoded) {
this.discontinuedReasonNonCoded = discontinuedReasonNonCoded;
}

/*
/**
* @return the commentToFulfiller
* @since 1.10
*/
public String getCommentToFulfiller() {
return commentToFulfiller;
}

/*
/**
* @param commentToFulfiller The commentToFulfiller to set
* @since 1.10
*/
public void setCommentToFulfiller(String commentToFulfiller) {
this.commentToFulfiller = commentToFulfiller;
Expand Down

0 comments on commit 571a944

Please sign in to comment.