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/incubator-netbeans-website.git


The following commit(s) were added to refs/heads/asf-site by this push:
     new 54571c4  Automated site publishing by Jenkins build 275
54571c4 is described below

commit 54571c41cbe64a49e2caef21a16eb5d77becabab
Author: jenkins <bui...@apache.org>
AuthorDate: Thu Jan 17 13:06:52 2019 +0000

    Automated site publishing by Jenkins build 275
---
 content/kb/docs/java/javase-intro.html | 9 ++++-----
 1 file changed, 4 insertions(+), 5 deletions(-)

diff --git a/content/kb/docs/java/javase-intro.html 
b/content/kb/docs/java/javase-intro.html
index 3d9b659..d0dc6f4 100644
--- a/content/kb/docs/java/javase-intro.html
+++ b/content/kb/docs/java/javase-intro.html
@@ -244,7 +244,7 @@
             }
         }
         return b.toString();
-                }</code></pre>
+    }</code></pre>
 </div>
 </div>
 <div class="olist arabic">
@@ -450,9 +450,8 @@
 <div class="listingblock">
 <div class="content">
 <pre class="prettyprint highlight"><code class="language-java" 
data-lang="java">System.err.println("Running testAcrostic...");
-String result = LibClass.acrostic(new String[]
-                  {"fnord", "polly", "tropism"});
-                assertEquals("Correct value", "foo", result);</code></pre>
+String result = LibClass.acrostic(new String[]{"fnord", "polly", "tropism"});
+assertEquals("Correct value", "foo", result);</code></pre>
 </div>
 </div>
 <div class="olist arabic">
@@ -601,7 +600,7 @@ String result = LibClass.acrostic(new String[]
 </div>
 <div class="listingblock">
 <div class="content">
-<pre class="prettyprint highlight"><code class="language-java" 
data-lang="java">                java -jar MyApp.jar However we all feel 
zealous</code></pre>
+<pre class="prettyprint highlight"><code class="language-java" 
data-lang="java">java -jar MyApp.jar However we all feel zealous</code></pre>
 </div>
 </div>
 <div class="paragraph">


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@netbeans.apache.org
For additional commands, e-mail: commits-h...@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists

Reply via email to