Skip to content

Commit

Permalink
TRUNK-5690: Fixed some typos in Javadoc comments (openmrs#3079)
Browse files Browse the repository at this point in the history
  • Loading branch information
prathamesh-mutkure authored and dkayiwa committed Dec 10, 2019
1 parent f703e92 commit 02515c0
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -453,7 +453,7 @@ public void getDrug_shouldReturnNullIfNoMatchingDrugIsFound() {
}

/**
* @see ConcepTServiceImpl#retireDrug(Drug, String)
* @see ConceptServiceImpl#retireDrug(Drug, String)
*/
@Test
public void retireDrug_shouldRetireTheGivenDrug() {
Expand All @@ -464,7 +464,7 @@ public void retireDrug_shouldRetireTheGivenDrug() {
}

/**
* @see ConcepTServiceImpl#unretireDrug(Drug)
* @see ConceptServiceImpl#unretireDrug(Drug)
*/
@Test
public void unretireDrug_shouldMarkDrugAsNotRetired() {
Expand All @@ -475,7 +475,7 @@ public void unretireDrug_shouldMarkDrugAsNotRetired() {
}

/**
* @see ConcepTServiceImpl#unretireDrug(Drug)
* @see ConceptServiceImpl#unretireDrug(Drug)
*/
@Test
public void unretireDrug_shouldNotChangeAttributesOfDrugThatIsAlreadyNotRetired() {
Expand Down Expand Up @@ -620,7 +620,7 @@ public void getConcepts_shouldGiveAListOfConceptSearchResultForTheMatchingConcep
}

/**
* @see ConceptServiceImpl#getDrugByIngredients(Concept)
* @see ConceptServiceImpl#getDrugsByIngredient(Concept)
*/
@Test
public void getDrugsByIngredient_shouldRaiseExceptionIfNoConceptIsGiven() {
Expand Down

0 comments on commit 02515c0

Please sign in to comment.