Browse Source

Merge branch '6.0.x' into 6.1.x

pull/13649/head
Josh Cummings 3 years ago
parent
commit
36d0ca340a
No known key found for this signature in database
GPG Key ID: A306A51F43B8E5A5
  1. 2
      docs/modules/ROOT/pages/servlet/configuration/java.adoc

2
docs/modules/ROOT/pages/servlet/configuration/java.adoc

@ -286,7 +286,7 @@ public class Config { @@ -286,7 +286,7 @@ public class Config {
The code is invoked in the following order:
* Code in the `Config.configure` method is invoked
* Code in the `Config.filterChain` method is invoked
* Code in the `MyCustomDsl.init` method is invoked
* Code in the `MyCustomDsl.configure` method is invoked

Loading…
Cancel
Save