Skip to content

Commit 8099932

Browse files
committed
navigation discovery
1 parent 1c04716 commit 8099932

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

jvm-common/src/main/kotlin/org/digma/intellij/plugin/idea/navigation/NavigationDiscoveryChangeService.kt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,8 +52,8 @@ import kotlin.time.toDuration
5252
* This service listens to source code changes and notifies the navigation discovery services about changes.
5353
* It uses a combination of PsiTreeChangeListener and AsyncFileListener.
5454
* PsiTreeChangeListener notifies immediately about psi changes but doesn't notify about deletion, move and copy.
55-
* AsyncFileListener notifies about deletion, move and copy, but may take long until it notifies about psi changes.
56-
* with these two listeners we are notifies of all changes. it may happen that the same file will be processed more
55+
* AsyncFileListener notifies about deletion, move and copy, but may take a long time until it notifies about psi changes.
56+
* with these two listeners, we are notified of all changes. it may happen that the same file will be processed more
5757
* than once for the same change.
5858
*/
5959
@Service(Service.Level.PROJECT)

0 commit comments

Comments
 (0)