Skip to content

Commit 96b2f7a

Browse files
Redo comment change
1 parent 655d275 commit 96b2f7a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/cache/VisualEditor.Installer.cls

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
/// This class installs and removes <!-- @echo package.printableName -->. Once the class is
33
/// compiled, the application will be installed into Caché system. Then open the web-application
44
/// [host]/<!-- @echo config.webApplicationName -->/ (slash at the end is required).
5-
Class VisualEditor.Installer Extends %Projection.AbstractProjection [ CompileAfter = (/* @echo compileAfter */) ]
5+
Class VisualEditor.Installer Extends %Projection.AbstractProjection [ CompileAfter = (<!-- @echo compileAfter -->) ]
66
{
77

88
Projection Reference As Installer;

0 commit comments

Comments
 (0)