Author: tchemit Date: 2008-04-02 09:04:33 +0000 (Wed, 02 Apr 2008) New Revision: 283 Removed: trunk/lutinvcs/lutinvcs-core/src/main/java/org/codelutin/vcs/ui/action/VCSSynchAction.java Log: no way ! Deleted: trunk/lutinvcs/lutinvcs-core/src/main/java/org/codelutin/vcs/ui/action/VCSSynchAction.java =================================================================== --- trunk/lutinvcs/lutinvcs-core/src/main/java/org/codelutin/vcs/ui/action/VCSSynchAction.java 2008-04-02 08:55:49 UTC (rev 282) +++ trunk/lutinvcs/lutinvcs-core/src/main/java/org/codelutin/vcs/ui/action/VCSSynchAction.java 2008-04-02 09:04:33 UTC (rev 283) @@ -1,37 +0,0 @@ -/** - * # #% Copyright (C) 2008 Code Lutin, Tony Chemit - * This program is free software; you - * can redistribute it and/or modify it under the terms of the GNU General - * Public License as published by the Free Software Foundation; either version 2 - * of the License, or (at your option) any later version. This program is - * distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; - * without even the implied warranty of MERCHANTABILITY or FITNESS FOR A - * PARTICULAR PURPOSE. See the GNU General Public License for more details. You - * should have received a copy of the GNU General Public License along with this - * program; if not, write to the Free Software Foundation, Inc., 59 Temple Place - * - Suite 330, Boston, MA 02111-1307, USA. - * # #% - */ -package org.codelutin.vcs.ui.action; - -import org.codelutin.vcs.VCSAction; -import org.codelutin.vcs.ui.model.SynchUIHandler; - -import java.awt.event.ActionEvent; - -/** @author chemit */ -public class VCSSynchAction extends VCSAbsractAction { - - private static final long serialVersionUID = 5214785331070517352L; - - protected transient SynchUIHandler uiHandler; - - public VCSSynchAction(SynchUIHandler uiHandler, VCSAction action) { - super(uiHandler.getModel().getHandler(), action); - this.uiHandler = uiHandler; - } - - public void actionPerformed(ActionEvent e) { - - } -}
participants (1)
-
tchemit@users.labs.libre-entreprise.org