Commit 5aa7e01
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 e7bd753 commit 5aa7e01
1 file changed
Lines changed: 3 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
135 | 135 | | |
136 | 136 | | |
137 | 137 | | |
| 138 | + | |
138 | 139 | | |
139 | | - | |
| 140 | + | |
| 141 | + | |
140 | 142 | | |
0 commit comments