summaryrefslogtreecommitdiff
path: root/src/test/resources/https.md
diff options
context:
space:
mode:
Diffstat (limited to 'src/test/resources/https.md')
-rw-r--r--src/test/resources/https.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test/resources/https.md b/src/test/resources/https.md
index 3628795..3b4c2cf 100644
--- a/src/test/resources/https.md
+++ b/src/test/resources/https.md
@@ -110,7 +110,7 @@ void threadA() {
String localVariable = doSomeCalculation();
doSomeExpensiveAndSlowNetworkCall();
synchronized (lockObject) {
- someSharedVariable = doSomeCalculationWithTheSharedVariable(localVariable, someSharedVariable);
+ someSharedVariable = doSomeCalculationWithTheSharedVariable(localVariable, someSharedVariable);
}
doSomeMoreCalculation(localVariable);
}