Commit ed4e92d
committed
SLING-12519 - Remove Double-Checked Locking in ScriptableBase.java
* Replaced with a simpler, non-thread-safe version to improve readability, as current acccess is already confined to a single thread.1 parent c4fac55 commit ed4e92d
File tree
1 file changed
+2
-1
lines changed- src/main/java/org/apache/sling/scripting/javascript/wrapper
1 file changed
+2
-1
lines changedLines changed: 2 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
36 | 36 | | |
37 | 37 | | |
38 | 38 | | |
39 | | - | |
| 39 | + | |
| 40 | + | |
40 | 41 | | |
41 | 42 | | |
42 | 43 | | |
| |||
0 commit comments