Skip to content

Commit

Permalink
fixes for PR:windup#442
Browse files Browse the repository at this point in the history
  • Loading branch information
mmelko committed Jun 9, 2020
1 parent 4554270 commit c353f8d
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -110,8 +110,8 @@ ruleSet("java-generic-information-groovy")
.addRule()
.when(javaMethodCallCondition("{*}.Main.getCamelContext{s|map}()"))
.perform(
createHint("getCamelContextMap method removed",
"The methods `getCamelContextMap` and `getCamelContexts` has been removed from the `Main` classes, and there is just a `getCamelContext` method now. ",
createHint("getCamelContextMap,getCamelContexts methods removed",
"The methods `getCamelContextMap` and `getCamelContexts` have been removed from the `Main` classes, and there is just a `getCamelContext` method now. ",
"main_class_2", true)
)
.withId("java-generic-information-00039")
Expand Down

0 comments on commit c353f8d

Please sign in to comment.