aboutsummaryrefslogtreecommitdiffstats
path: root/language-web/src/main/js/xtext/XtextClient.ts
diff options
context:
space:
mode:
Diffstat (limited to 'language-web/src/main/js/xtext/XtextClient.ts')
-rw-r--r--language-web/src/main/js/xtext/XtextClient.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/language-web/src/main/js/xtext/XtextClient.ts b/language-web/src/main/js/xtext/XtextClient.ts
index 92bad0d3..7683a8ef 100644
--- a/language-web/src/main/js/xtext/XtextClient.ts
+++ b/language-web/src/main/js/xtext/XtextClient.ts
@@ -6,8 +6,8 @@ import type { Transaction } from '@codemirror/state';
6 6
7import type { EditorStore } from '../editor/EditorStore'; 7import type { EditorStore } from '../editor/EditorStore';
8import { ContentAssistService } from './ContentAssistService'; 8import { ContentAssistService } from './ContentAssistService';
9import { getLogger } from '../logging';
10import { UpdateService } from './UpdateService'; 9import { UpdateService } from './UpdateService';
10import { getLogger } from '../utils/logger';
11import { ValidationService } from './ValidationService'; 11import { ValidationService } from './ValidationService';
12import { XtextWebSocketClient } from './XtextWebSocketClient'; 12import { XtextWebSocketClient } from './XtextWebSocketClient';
13 13