mirror of
https://github.com/JetBrains/intellij-sdk-code-samples.git
synced 2025-07-30 18:27:49 +08:00
messaging_infrastructure: use HTTPS in link
This commit is contained in:
parent
fb8f3736a5
commit
480e984800
@ -201,7 +201,7 @@ Let's compare that with a manual implementation:
|
||||
## Avoid shared data modification from subscribers
|
||||
|
||||
We had a problem in a situation when two subscribers tried to modify the same document
|
||||
([IDEA-71701](http://youtrack.jetbrains.net/issue/IDEA-71701)).
|
||||
([IDEA-71701](https://youtrack.jetbrains.net/issue/IDEA-71701)).
|
||||
|
||||
The thing is that every document change is performed by the following scenario:
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user