1 parent f72c063 commit 6be554eCopy full SHA for 6be554e
1 file changed
.github/workflows/apply-structured-javascript-segments.yml
@@ -32,6 +32,7 @@ jobs:
32
.github/structured-js-payload.part2 \
33
.github/structured-js-payload.part3 | base64 --decode | tar -xz
34
python3 .github/apply_structured_js.py
35
+ sed -i 's/private boolean contains(int position)/final boolean contains(int position)/' AdvancedCore/src/main/java/com/bencodez/advancedcore/api/javascript/JavascriptPlaceholderBinder.java
36
rm .github/apply_structured_js.py
37
rm .github/structured-js-payload.b64
38
rm .github/structured-js-payload.part0
0 commit comments