This is an automated email from the ASF dual-hosted git repository.
geertjan pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-netbeans-website.git
The following commit(s) were added to refs/heads/master by this push:
new eddc314 Update quickstart.asciidoc
eddc314 is described below
commit eddc3144aa2d363e36b11cfa3d33d9d4af919ea6
Author: Geertjan Wielenga <[email protected]>
AuthorDate: Sat Apr 6 22:10:47 2019 +0200
Update quickstart.asciidoc
---
netbeans.apache.org/src/content/kb/docs/java/quickstart.asciidoc | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/netbeans.apache.org/src/content/kb/docs/java/quickstart.asciidoc
b/netbeans.apache.org/src/content/kb/docs/java/quickstart.asciidoc
index 0817238..89e2bcd 100644
--- a/netbeans.apache.org/src/content/kb/docs/java/quickstart.asciidoc
+++ b/netbeans.apache.org/src/content/kb/docs/java/quickstart.asciidoc
@@ -97,7 +97,7 @@ image::images/proj-opened-maven-small.png[role="left",
link="images/proj-opened-
== Adding Code to the Java Source File
-A skeleton main class has been created for you. You can add a "Hello World!"
message by replacing this line...
+A skeleton main class has been created for you. Let's add some basic content
to produce a 'hello world' message.
1. Between the braces, type `psvm` and press kbd:[Tab]. You should now see
`public static void main` statement.
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]
For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists