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. ------------------------------------------------------------------------------ Cloud Services Checklist: Pricing and Packaging Optimization This white paper is intended to serve as a reference, checklist and point of discussion for anyone considering optimizing the pricing and packaging model of a cloud services business. Read Now! http://www.accelacomm.com/jaw/sfnl/114/51491232/ _______________________________________________ Jnode-svn-commits mailing list Jnode-svn-commits@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/jnode-svn-commits