You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@groovy.apache.org by pa...@apache.org on 2020/07/05 01:17:08 UTC

[groovy] 01/03: Fix by https://sonarcloud.io/project/issues?fileUuids=AXD-_i77DC9Fk2pZiV4B&id=apache_groovy&resolved=false&severities=MINOR&types=BUG

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

paulk pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/groovy.git

commit 7823ed095385dec88aa92cd20743ae3c13d22992
Author: Edgar Rios Navarro <ed...@gmail.com>
AuthorDate: Sat Jul 4 17:50:12 2020 -0500

    Fix by https://sonarcloud.io/project/issues?fileUuids=AXD-_i77DC9Fk2pZiV4B&id=apache_groovy&resolved=false&severities=MINOR&types=BUG
---
 src/main/java/overview.html | 16 ++++++++--------
 1 file changed, 8 insertions(+), 8 deletions(-)

diff --git a/src/main/java/overview.html b/src/main/java/overview.html
index 032b40b..fd0820c 100644
--- a/src/main/java/overview.html
+++ b/src/main/java/overview.html
@@ -27,14 +27,14 @@
 
     Groovy...
     <ul>
-      <li>is an agile and <b>dynamic language</b> for the <b>Java Virtual Machine</b></li>
-      <li>builds upon the strengths of Java but has <b>additional power features</b> inspired by languages like Python, Ruby and Smalltalk</li>
-      <li>makes <b>modern programming features</b> available to Java developers with <b>almost-zero learning curve</b></li>
-      <li>supports <b>Domain-Specific Languages</b> and other compact syntax so your code becomes <b>easy to read and maintain</b></li>
-      <li>makes writing shell and build scripts easy with its <b>powerful processing primitives</b>, OO abilities and an Ant DSL</li>
-      <li>increases developer productivity by <b>reducing scaffolding code</b> when developing web, GUI, database or console applications</li>
-      <li><b>simplifies testing</b> by supporting unit testing and mocking out-of-the-box</li>
-      <li>seamlessly <b>integrates with all existing Java objects and libraries</b></li>
+      <li>is an agile and <strong>dynamic language</strong> for the <strong>Java Virtual Machine</strong></li>
+      <li>builds upon the strengths of Java but has <strong>additional power features</strong> inspired by languages like Python, Ruby and Smalltalk</li>
+      <li>makes <strong>modern programming features</strong> available to Java developers with <strong>almost-zero learning curve</strong></li>
+      <li>supports <strong>Domain-Specific Languages</strong> and other compact syntax so your code becomes <strong>easy to read and maintain</strong></li>
+      <li>makes writing shell and build scripts easy with its <strong>powerful processing primitives</strong>, OO abilities and an Ant DSL</li>
+      <li>increases developer productivity by <strong>reducing scaffolding code</strong> when developing web, GUI, database or console applications</li>
+      <li><strong>simplifies testing</strong> by supporting unit testing and mocking out-of-the-box</li>
+      <li>seamlessly <strong>integrates with all existing Java objects and libraries</strong></li>
       <li>compiles straight to Java bytecode so you can use it anywhere you can use Java</li>
     </ul>
   </body>