Author: lewismc
Date: Sat Aug 10 11:57:47 2013
New Revision: 1512658
URL: http://svn.apache.org/r1512658
Log:
CMS commit to gora by lewismc
Modified:
gora/site/trunk/content/current/tutorial.md
Modified: gora/site/trunk/content/current/tutorial.md
URL:
http://svn.apache.org/viewvc/gora/site/trunk/content/current/tutorial.md?rev=1512658&r1=1512657&r2=1512658&view=diff
==============================================================================
--- gora/site/trunk/content/current/tutorial.md (original)
+++ gora/site/trunk/content/current/tutorial.md Sat Aug 10 11:57:47 2013
@@ -379,7 +379,7 @@ The keys will hold the line of the pagev
Next, let's look at the main function of the LogManager class.
public static void main(String[] args) throws Exception {
- if(args.length ≶ 2) {
+ if(args.length > 2) {
System.err.println(USAGE);
System.exit(1);
}