Skip to content

Commit

Permalink
Bahmni#26 Typo in Advice definition
Browse files Browse the repository at this point in the history
See: Bahmni#26

Replace `AppointmentServiceService` by `AppointmentService`
  • Loading branch information
deniger authored Feb 28, 2020
1 parent 1960eeb commit 3306b21
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion omod/src/main/resources/config.xml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
<!-- /Internationalization -->

<advice>
<point>org.openmrs.module.appointments.service.AppointmentServiceService</point>
<point>org.openmrs.module.appointments.service.AppointmentService</point>
<class>org.openmrs.module.appointments.advice.AppointmentServiceDefinitionAdvice</class>
</advice>

Expand Down

0 comments on commit 3306b21

Please sign in to comment.