Skip to content

Commit

Permalink
fix naming for InvoiceOverdueService
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexander Hanschke committed May 13, 2015
1 parent 28bb633 commit 639ba47
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -64,7 +64,7 @@ public HolidayCalculator holidayCalculator() {
}

@Bean
public InvoiceOverdueService invoiceOverduer() {
public InvoiceOverdueService invoiceOverdueService() {
return new InvoiceOverdueService();
}

Expand Down

2 comments on commit 639ba47

@alexgutjahr
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

TeamCity trackr :: trackr backend Build 25 outcome was FAILURE
Summary: Gradle exception (new); exit code 1 (new); exit code 50 (new) Build time: 00:00:56

@alexgutjahr
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

TeamCity trackr :: trackr backend Build 27 outcome was SUCCESS
Summary: Tests passed: 272, ignored: 14 Build time: 00:03:35

Please sign in to comment.