From b0341bbd8897970381822d0af5dba62ced35b510 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jo=C3=A3o=20Dinis=20Ferreira?= Date: Sat, 11 Jul 2026 23:27:10 +0200 Subject: [PATCH] probe: single-module change to exercise scoped analysis path MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Temporary probe — do not merge. Co-Authored-By: Claude Fable 5 --- .../avaloq/tools/ddk/xtext/format/FormatStandaloneSetup.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/com.avaloq.tools.ddk.xtext.format/src/com/avaloq/tools/ddk/xtext/format/FormatStandaloneSetup.java b/com.avaloq.tools.ddk.xtext.format/src/com/avaloq/tools/ddk/xtext/format/FormatStandaloneSetup.java index e63ffbaa0..1addf4f99 100644 --- a/com.avaloq.tools.ddk.xtext.format/src/com/avaloq/tools/ddk/xtext/format/FormatStandaloneSetup.java +++ b/com.avaloq.tools.ddk.xtext.format/src/com/avaloq/tools/ddk/xtext/format/FormatStandaloneSetup.java @@ -12,7 +12,7 @@ /** - * Initialization support for running Xtext languages without Equinox extension registry. + * Initialization support for running Xtext languages without the Equinox extension registry. */ public class FormatStandaloneSetup extends FormatStandaloneSetupGenerated {