We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 655d275 commit 96b2f7aCopy full SHA for 96b2f7a
source/cache/VisualEditor.Installer.cls
@@ -2,7 +2,7 @@
2
/// This class installs and removes <!-- @echo package.printableName -->. Once the class is
3
/// compiled, the application will be installed into Caché system. Then open the web-application
4
/// [host]/<!-- @echo config.webApplicationName -->/ (slash at the end is required).
5
-Class VisualEditor.Installer Extends %Projection.AbstractProjection [ CompileAfter = (/* @echo compileAfter */) ]
+Class VisualEditor.Installer Extends %Projection.AbstractProjection [ CompileAfter = (<!-- @echo compileAfter -->) ]
6
{
7
8
Projection Reference As Installer;
0 commit comments