This is an automated email from the ASF dual-hosted git repository.
git-site-role pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/struts-site.git
The following commit(s) were added to refs/heads/asf-site by this push:
new 80ed2d795 Automatic Site Publish by Buildbot
80ed2d795 is described below
commit 80ed2d795599fe01ab0037a1f2a8472437cb136f
Author: buildbot <[email protected]>
AuthorDate: Tue Oct 15 05:05:09 2024 +0000
Automatic Site Publish by Buildbot
---
output/core-developers/stream-result.html | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/output/core-developers/stream-result.html
b/output/core-developers/stream-result.html
index e3e2ece11..c0d9ad4f3 100644
--- a/output/core-developers/stream-result.html
+++ b/output/core-developers/stream-result.html
@@ -231,7 +231,7 @@ in your Struts2 application.</p>
<span class="k">return</span> <span class="k">this</span><span
class="o">.</span><span class="na">filename</span><span class="o">;</span>
<span class="o">}</span>
- <span class="kd">private</span> <span class="nc">String</span> <span
class="nf">getStream</span><span class="o">()</span> <span class="o">{</span>
+ <span class="kd">private</span> <span class="nc">InputStream</span>
<span class="nf">getStream</span><span class="o">()</span> <span
class="o">{</span>
<span class="k">return</span> <span class="k">this</span><span
class="o">.</span><span class="na">stream</span><span class="o">;</span>
<span class="o">}</span>
<span class="o">}</span>