1
0
mirror of https://github.com/1C-Company/v8-code-style.git synced 2025-11-30 00:48:34 +02:00

Update NotSupportGotoOperatorWebCheck.java

This commit is contained in:
Ivan Sergeev
2025-11-13 15:54:23 +04:00
committed by GitHub
parent 52d439a2b1
commit 182ee3b4bc

View File

@@ -40,7 +40,7 @@ public class NotSupportGotoOperatorWebCheck
extends AbstractModuleStructureCheck
{
private static final String CHECK_ID = "not-support-goto-operator"; //$NON-NLS-1$
private static final String CHECK_ID = "not-support-goto-operator-webclient"; //$NON-NLS-1$
@Inject
private IBslPreferences bslPreferences;