Revision: 5810
          http://jnode.svn.sourceforge.net/jnode/?rev=5810&view=rev
Author:   lsantha
Date:     2011-04-27 06:50:39 +0000 (Wed, 27 Apr 2011)

Log Message:
-----------
Fixed 'edit' command invocation.

Modified Paths:
--------------
    trunk/distr/src/apps/org/jnode/apps/edit/EditCommand.java

Modified: trunk/distr/src/apps/org/jnode/apps/edit/EditCommand.java
===================================================================
--- trunk/distr/src/apps/org/jnode/apps/edit/EditCommand.java   2011-04-27 
06:49:49 UTC (rev 5809)
+++ trunk/distr/src/apps/org/jnode/apps/edit/EditCommand.java   2011-04-27 
06:50:39 UTC (rev 5810)
@@ -32,7 +32,7 @@
 public class EditCommand extends AbstractCommand {
     private final FileArgument ARG_EDIT = new FileArgument("file", 
Argument.OPTIONAL, "the file to edit");
 
-    EditCommand() {
+    public EditCommand() {
         super("edit a file");
         registerArguments(ARG_EDIT);
     }


This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.

------------------------------------------------------------------------------
WhatsUp Gold - Download Free Network Management Software
The most intuitive, comprehensive, and cost-effective network 
management toolset available today.  Delivers lowest initial 
acquisition cost and overall TCO of any competing solution.
http://p.sf.net/sfu/whatsupgold-sd
_______________________________________________
Jnode-svn-commits mailing list
Jnode-svn-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jnode-svn-commits

Reply via email to