File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
ide-common/src/main/kotlin/org/digma/intellij/plugin/updates/ui Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -156,7 +156,7 @@ class UIVersioningService(val cs: CoroutineScope) : DisposableAdaptor {
156156
157157 /*
158158 The following code is support for plugin downgrade.
159- but we don't detect plugin downgrade we eep track of the plugin version that installed the current ui.
159+ but we don't detect plugin downgrade we keep track of the plugin version that installed the current ui.
160160 this service keeps track of the plugin version every time setCurrentUiVersion() is called.
161161 on startup , this code will check if the current plugin version is older than the plugin version that installed
162162 the current ui version, this definitely means that there was a plugin downgrade and we need to revert to the bundled ui.
You can’t perform that action at this time.
0 commit comments