You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@netbeans.apache.org by gi...@apache.org on 2019/04/06 20:06:47 UTC

[incubator-netbeans-website] branch asf-site updated: Automated site publishing by Jenkins build 702

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 d43a397  Automated site publishing by Jenkins build 702
d43a397 is described below

commit d43a3974373744a9e56c1eb52a7cbf6ef0a8f93e
Author: jenkins <bu...@apache.org>
AuthorDate: Sat Apr 6 20:06:43 2019 +0000

    Automated site publishing by Jenkins build 702
---
 content/kb/docs/java/quickstart.html | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/content/kb/docs/java/quickstart.html b/content/kb/docs/java/quickstart.html
index da483f6..1c7d320 100644
--- a/content/kb/docs/java/quickstart.html
+++ b/content/kb/docs/java/quickstart.html
@@ -250,7 +250,7 @@ The first time you create a new Java project, you will be prompted to download a
 <p>Between the braces, type <code>psvm</code> and press <kbd>Tab</kbd>. You should now see <code>public static void main</code> statement.</p>
 </li>
 <li>
-<p>Within the <code>public static void main</code> statement, type <code>sout</code> and press <kbd>Tab</kbd>. You should now see a 'System.out.println' statement.</p>
+<p>Within the <code>public static void main</code> statement, type <code>sout</code> and press <kbd>Tab</kbd>. You should now see a <code>System.out.println</code> statement.</p>
 </li>
 <li>
 <p>Within the quotation marks, type <code>hello world</code>.</p>
@@ -304,7 +304,7 @@ The first time you create a new Java project, you will be prompted to download a
 <p>Congratulations! Your application works.</p>
 </div>
 <div class="paragraph">
-<p>You can view the build output by opening the Files window (from the Window menu) and expanding the target node.</p>
+<p>You can view the build output by opening the Files window (from the Window menu) and expanding the <code>target</code> node.</p>
 </div>
 <div class="paragraph">
 <p>You now know how to accomplish the most common Java development tasks. To learn the complete Java development workflow, including testing and debugging, see <a href="https://netbeans.apache.org/kb/docs/java/javase-intro.html">Developing General Java Applications</a>.</p>


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

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