[Webfunds-commits] java/webfunds/client/contracts/wizard ContractEdit.java
Edwin Woudt
edwin@cypherpunks.ai
Tue, 29 Aug 2000 05:42:03 -0400 (AST)
edwin 00/08/29 05:42:03
Modified: webfunds/client/contracts/wizard ContractEdit.java
Log:
Uhm... we're editing contracts here, not panels ;-)
Revision Changes Path
1.6 +3 -3 java/webfunds/client/contracts/wizard/ContractEdit.java
Index: ContractEdit.java
===================================================================
RCS file: /home/webfunds/cvsroot/java/webfunds/client/contracts/wizard/ContractEdit.java,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- ContractEdit.java 2000/08/28 18:10:53 1.5
+++ ContractEdit.java 2000/08/29 09:42:03 1.6
@@ -1,5 +1,5 @@
/*
- * $Id: ContractEdit.java,v 1.5 2000/08/28 18:10:53 edwin Exp $
+ * $Id: ContractEdit.java,v 1.6 2000/08/29 09:42:03 edwin Exp $
*
* Copyright (c) Systemics Inc 2000 on behalf of
* the WebFunds Development Team. All Rights Reserved.
@@ -13,10 +13,10 @@
/**
- * Panel that allows the user to do final adjustments to the panel.
+ * Panel that allows the user to do final adjustments to the contract.
*
* @author Edwin Woudt <edwin@webfunds.org>
- * @version $Revision: 1.5 $
+ * @version $Revision: 1.6 $
*/
public class ContractEdit extends SignContractWizardPanel {