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

git-site-role pushed a commit to branch asf-staging
in repository https://gitbox.apache.org/repos/asf/struts-site.git


The following commit(s) were added to refs/heads/asf-staging by this push:
     new 5007d5968 Updates stage by Jenkins
5007d5968 is described below

commit 5007d5968838688472569e32d1854962a980afef
Author: jenkins <bui...@apache.org>
AuthorDate: Thu Apr 7 06:47:22 2022 +0000

    Updates stage by Jenkins
---
 content/core-developers/using-visitor-field-validator.html | 14 +++++++-------
 .../extending-an-application-with-custom-plugins.html      |  2 +-
 content/plugins/index.html                                 |  2 +-
 content/plugins/plugins-architecture.html                  |  4 ++--
 4 files changed, 11 insertions(+), 11 deletions(-)

diff --git a/content/core-developers/using-visitor-field-validator.html 
b/content/core-developers/using-visitor-field-validator.html
index 24fb0faab..ddad3771a 100644
--- a/content/core-developers/using-visitor-field-validator.html
+++ b/content/core-developers/using-visitor-field-validator.html
@@ -165,15 +165,15 @@
 
 <div class="language-java highlighter-rouge"><div class="highlight"><pre 
class="highlight"><code><span class="kd">public</span> <span 
class="kd">class</span> <span class="nc">VisitorValidatorsExampleAction</span> 
<span class="kd">extends</span> <span 
class="n">AbstractValidationActionSupport</span> <span class="o">{</span>
 
-       <span class="kd">private</span> <span class="n">User</span> <span 
class="n">user</span><span class="o">;</span>
+    <span class="kd">private</span> <span class="n">User</span> <span 
class="n">user</span><span class="o">;</span>
 
-       <span class="kd">public</span> <span class="n">User</span> <span 
class="nf">getUser</span><span class="o">()</span> <span class="o">{</span>
-               <span class="k">return</span> <span class="n">user</span><span 
class="o">;</span>
-       <span class="o">}</span>
+    <span class="kd">public</span> <span class="n">User</span> <span 
class="nf">getUser</span><span class="o">()</span> <span class="o">{</span>
+        <span class="k">return</span> <span class="n">user</span><span 
class="o">;</span>
+    <span class="o">}</span>
 
-       <span class="kd">public</span> <span class="kt">void</span> <span 
class="nf">setUser</span><span class="o">(</span><span class="n">User</span> 
<span class="n">user</span><span class="o">)</span> <span class="o">{</span>
-               <span class="k">this</span><span class="o">.</span><span 
class="na">user</span> <span class="o">=</span> <span 
class="n">user</span><span class="o">;</span>
-       <span class="o">}</span>
+    <span class="kd">public</span> <span class="kt">void</span> <span 
class="nf">setUser</span><span class="o">(</span><span class="n">User</span> 
<span class="n">user</span><span class="o">)</span> <span class="o">{</span>
+        <span class="k">this</span><span class="o">.</span><span 
class="na">user</span> <span class="o">=</span> <span 
class="n">user</span><span class="o">;</span>
+    <span class="o">}</span>
 <span class="o">}</span>
 </code></pre></div></div>
 
diff --git a/content/plugins/extending-an-application-with-custom-plugins.html 
b/content/plugins/extending-an-application-with-custom-plugins.html
index b39519398..f3ecf4c40 100644
--- a/content/plugins/extending-an-application-with-custom-plugins.html
+++ b/content/plugins/extending-an-application-with-custom-plugins.html
@@ -7,7 +7,7 @@
   <meta http-equiv="Content-Language" content="en"/>
   <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
 
-  <title>Plugins</title>
+  <title>Extending an Application with Custom Plugins</title>
 
   <link 
href="//fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,600,700,400italic,600italic,700italic"
 rel="stylesheet" type="text/css">
   <link 
href="//netdna.bootstrapcdn.com/font-awesome/4.0.3/css/font-awesome.css" 
rel="stylesheet">
diff --git a/content/plugins/index.html b/content/plugins/index.html
index 0471b5fa9..62aa214cc 100644
--- a/content/plugins/index.html
+++ b/content/plugins/index.html
@@ -135,7 +135,7 @@ adding a JAR to the application’s classpath. Since plugins 
are contained in a
 Several plugins are bundled with the framework, and others are available from 
third-party sources.</p>
 
 <ul>
-  <li><a href="plugins-architecture">Plugins</a></li>
+  <li><a href="plugins-architecture">Plugins Architecture</a></li>
   <li><a href="extending-an-application-with-custom-plugins">Extending an 
Application with Custom Plugins</a></li>
 </ul>
 
diff --git a/content/plugins/plugins-architecture.html 
b/content/plugins/plugins-architecture.html
index 8e307c320..376064cf5 100644
--- a/content/plugins/plugins-architecture.html
+++ b/content/plugins/plugins-architecture.html
@@ -7,7 +7,7 @@
   <meta http-equiv="Content-Language" content="en"/>
   <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
 
-  <title>Plugins</title>
+  <title>Plugins Architecture</title>
 
   <link 
href="//fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,600,700,400italic,600italic,700italic"
 rel="stylesheet" type="text/css">
   <link 
href="//netdna.bootstrapcdn.com/font-awesome/4.0.3/css/font-awesome.css" 
rel="stylesheet">
@@ -130,7 +130,7 @@
     
     <a href="index.html" title="back to Plugins"><< back to Plugins</a>
     
-    <h1 class="no_toc" id="plugins">Plugins</h1>
+    <h1 class="no_toc" id="plugins-architecture">Plugins architecture</h1>
 
 <ul id="markdown-toc">
   <li><a href="#static-resources" id="markdown-toc-static-resources">Static 
resources</a></li>

Reply via email to