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

aradzinski pushed a commit to branch NLPCRAFT-312
in repository https://gitbox.apache.org/repos/asf/incubator-nlpcraft.git


The following commit(s) were added to refs/heads/NLPCRAFT-312 by this push:
     new e5afabc  Fixed javadoc.
e5afabc is described below

commit e5afabcc99c97eff78c451882bc84d300d9fe4cd
Author: Aaron Radzinski <[email protected]>
AuthorDate: Sat May 1 08:09:49 2021 -0700

    Fixed javadoc.
---
 javadoc/stylesheet.css | 5 -----
 nlpcraft/pom.xml       | 2 +-
 2 files changed, 1 insertion(+), 6 deletions(-)

diff --git a/javadoc/stylesheet.css b/javadoc/stylesheet.css
index 5d48c84..526e6bf 100644
--- a/javadoc/stylesheet.css
+++ b/javadoc/stylesheet.css
@@ -41,11 +41,9 @@ iframe {
     border:none;
 }
 a:link, a:visited {
-    text-decoration: none;
     color:#4A6782;
 }
 a[href]:hover, a[href]:focus {
-    text-decoration:none;
     color:#bb7a2a;
 }
 a[name] {
@@ -132,7 +130,6 @@ sup {
 }
 .bar a, .bar a:link, .bar a:visited, .bar a:active {
     color:#FFFFFF;
-    text-decoration:none;
 }
 .bar a:hover, .bar a:focus {
     color:#bb7a2a;
@@ -232,11 +229,9 @@ ul.subNavList li {
 }
 .topNav a:link, .topNav a:active, .topNav a:visited, .bottomNav a:link, 
.bottomNav a:active, .bottomNav a:visited {
     color:#FFFFFF;
-    text-decoration:none;
     text-transform:uppercase;
 }
 .topNav a:hover, .bottomNav a:hover {
-    text-decoration:none;
     color:#bb7a2a;
     text-transform:uppercase;
 }
diff --git a/nlpcraft/pom.xml b/nlpcraft/pom.xml
index 2d1bc7d..2c5a331 100644
--- a/nlpcraft/pom.xml
+++ b/nlpcraft/pom.xml
@@ -436,7 +436,7 @@
                         ]]>
                     </top>
                     <excludePackageNames>
-                        
org.apache.nlpcraft.common.*:org.apache.nlpcraft.common:org.apache.nlpcraft.utils.*:org.apache.nlpcraft.examples:org.apache.nlpcraft.model.impl:org.apache.nlpcraft.model.impl.json:org.apache.nlpcraft.model.intent.impl.antlr4:org.apache.nlpcraft.model.intent.utils:org.apache.nlpcraft.probe.mgrs.model.antlr4:org.apache.nlpcraft.server.mdo.impl
+                        
org.apache.nlpcraft.common.*:org.apache.nlpcraft.common:org.apache.nlpcraft.utils.*:org.apache.nlpcraft.examples:org.apache.nlpcraft.model.impl:org.apache.nlpcraft.model.impl.json:org.apache.nlpcraft.model.intent.compiler.antlr4:org.apache.nlpcraft.model.intent.utils:org.apache.nlpcraft.probe.mgrs.model.antlr4:org.apache.nlpcraft.server.mdo.impl
                     </excludePackageNames>
                     <groups>
                         <group>

Reply via email to