Revision: 5871
http://jnode.svn.sourceforge.net/jnode/?rev=5871&view=rev
Author: galatnm
Date: 2011-12-09 15:38:49 +0000 (Fri, 09 Dec 2011)
Log Message:
-----------
Remove unecessary semicolon.
Modified Paths:
--------------
trunk/fs/src/fs/org/jnode/fs/jifs/command/CreateJIFSCommand.java
Modified: trunk/fs/src/fs/org/jnode/fs/jifs/command/CreateJIFSCommand.java
===================================================================
--- trunk/fs/src/fs/org/jnode/fs/jifs/command/CreateJIFSCommand.java 2011-12-01 15:57:12 UTC (rev 5870)
+++ trunk/fs/src/fs/org/jnode/fs/jifs/command/CreateJIFSCommand.java 2011-12-09 15:38:49 UTC (rev 5871)
@@ -40,7 +40,7 @@
public class CreateJIFSCommand extends AbstractCommand {
private static enum Action {
- start, stop, restart;
+ start, stop, restart
}
private static class ActionArgument extends EnumArgument<Action> {
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|