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.
|