Skip to content

Commit

Permalink
MAINT-2691 Address SonarQube feedback
Browse files Browse the repository at this point in the history
  • Loading branch information
QuyenLy87 committed Dec 6, 2024
1 parent ab0cccb commit bab0a0b
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3648,7 +3648,7 @@ void testTogglingInactivatingDescription() throws ServiceException {
}

@Test
public void testRHSVersionBehindWhenExtensionPublishesOnSameDate() throws ServiceException, InterruptedException {
void testRHSVersionBehindWhenExtensionPublishesOnSameDate() throws ServiceException, InterruptedException {
String intMain = "MAIN";
String extMain = "MAIN/SNOMEDCT-TEST";
Map<String, String> intPreferred = Map.of(US_EN_LANG_REFSET, descriptionAcceptabilityNames.get(PREFERRED), GB_EN_LANG_REFSET, descriptionAcceptabilityNames.get(PREFERRED));
Expand Down Expand Up @@ -3746,7 +3746,7 @@ public void testRHSVersionBehindWhenExtensionPublishesOnSameDate() throws Servic
}

@Test
public void testInternationalVersioningDoesNotCauseExtensionToBeFlaggedAsBehind() throws ServiceException, InterruptedException {
void testInternationalVersioningDoesNotCauseExtensionToBeFlaggedAsBehind() throws ServiceException, InterruptedException {
String intMain = "MAIN";
String extMain = "MAIN/SNOMEDCT-TEST";
Map<String, String> intPreferred = Map.of(US_EN_LANG_REFSET, descriptionAcceptabilityNames.get(PREFERRED), GB_EN_LANG_REFSET, descriptionAcceptabilityNames.get(PREFERRED));
Expand Down Expand Up @@ -5793,7 +5793,7 @@ void testRebasingSameDescriptionInactivation() throws ServiceException, Interrup
}

@Test
public void testExtensionComponentDoesNotRevertBackToDefaultModuleId() throws ServiceException, InterruptedException {
void testExtensionComponentDoesNotRevertBackToDefaultModuleId() throws ServiceException, InterruptedException {
String intMain = "MAIN";
String extMain = "MAIN/SNOMEDCT-XX";
Map<String, String> intPreferred = Map.of(US_EN_LANG_REFSET, descriptionAcceptabilityNames.get(PREFERRED), GB_EN_LANG_REFSET, descriptionAcceptabilityNames.get(PREFERRED));
Expand Down Expand Up @@ -5877,7 +5877,7 @@ public void testExtensionComponentDoesNotRevertBackToDefaultModuleId() throws Se
}

@Test
public void testRebasingVersionedAnnotationOntoUnversioned() throws ServiceException, InterruptedException {
void testRebasingVersionedAnnotationOntoUnversioned() throws ServiceException, InterruptedException {
String intMain = "MAIN";
Map<String, String> intPreferred = Map.of(US_EN_LANG_REFSET, descriptionAcceptabilityNames.get(PREFERRED), GB_EN_LANG_REFSET, descriptionAcceptabilityNames.get(PREFERRED));
Map<String, String> intAcceptable = Map.of(US_EN_LANG_REFSET, descriptionAcceptabilityNames.get(PREFERRED), GB_EN_LANG_REFSET, descriptionAcceptabilityNames.get(ACCEPTABLE));
Expand Down

0 comments on commit bab0a0b

Please sign in to comment.