This is an automated email from the ASF dual-hosted git repository.

joshtynjala pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/royale-compiler.git

commit 8f43208c86275dad68f032955131a2f9cc26e77e
Author: Josh Tynjala <[email protected]>
AuthorDate: Tue Jan 21 14:20:28 2025 -0800

    JSGoogConfiguration: fix comment formatting for option names
---
 .../royale/compiler/internal/driver/js/goog/JSGoogConfiguration.java   | 3 +++
 1 file changed, 3 insertions(+)

diff --git 
a/compiler-jx/src/main/java/org/apache/royale/compiler/internal/driver/js/goog/JSGoogConfiguration.java
 
b/compiler-jx/src/main/java/org/apache/royale/compiler/internal/driver/js/goog/JSGoogConfiguration.java
index 5cf4b5d39..85034ab2b 100644
--- 
a/compiler-jx/src/main/java/org/apache/royale/compiler/internal/driver/js/goog/JSGoogConfiguration.java
+++ 
b/compiler-jx/src/main/java/org/apache/royale/compiler/internal/driver/js/goog/JSGoogConfiguration.java
@@ -343,6 +343,7 @@ public class JSGoogConfiguration extends JSConfiguration
        jsOutputOptimizations.addAll(value);
     }
 
+    //
     // 'html-template' option
     //
 
@@ -365,6 +366,7 @@ public class JSGoogConfiguration extends JSConfiguration
         this.htmlTemplateFileName = getOutputPath(cv, filename);
     }
 
+    //
     // 'html-output-filename' option
     //
 
@@ -943,6 +945,7 @@ public class JSGoogConfiguration extends JSConfiguration
        warnPublicVars = value;
     }
 
+    //
     // 'externs-report' option
     //
 

Reply via email to