Commit 6c53f8b
committed
Fix containment of
In 0dcd91b the `anchor` pattern was
removed, but not replaced with anything and thus broke the containment
of `java::config`. This restores the original behaviour by using
`contain`.
As noted in the code comment, the declaration remains in the same place
in the code as evaluation order is important. `java::config` is a
private class and relies on variables from the base class's scope having
been set before it is evaluated.java::config
1 parent 4e2246d commit 6c53f8b
1 file changed
Lines changed: 3 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
131 | 131 | | |
132 | 132 | | |
133 | 133 | | |
| 134 | + | |
134 | 135 | | |
135 | | - | |
| 136 | + | |
| 137 | + | |
136 | 138 | | |
0 commit comments