[Webfunds-commits] java/webfunds/sox AccountId.java Account.java

Jeroen C. van Gelderen gelderen@cypherpunks.ai
Sun, 4 Jun 2000 15:55:23 -0400 (AST)


gelderen    00/06/04 15:55:23

  Modified:    webfunds/sox AccountId.java Account.java
  Log:
  Formatting.

Revision  Changes    Path
1.15      +7 -9      java/webfunds/sox/AccountId.java

Index: AccountId.java
===================================================================
RCS file: /home/webfunds/cvsroot/java/webfunds/sox/AccountId.java,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -r1.14 -r1.15
--- AccountId.java	1999/12/29 03:56:49	1.14
+++ AccountId.java	2000/06/04 19:55:23	1.15
@@ -1,25 +1,23 @@
-/*
- * $Id: AccountId.java,v 1.14 1999/12/29 03:56:49 iang Exp $
+/* $Id: AccountId.java,v 1.15 2000/06/04 19:55:23 gelderen Exp $
  *
- * Copyright (c) Systemics Ltd 1995-1999 on behalf of
+ * Copyright (c) Systemics Inc. 1995-2000 on behalf of
  * the WebFunds Development Team.  All Rights Reserved.
  */
 package webfunds.sox;
 
+
 import java.io.*;
 import java.security.*;
 import sun.security.x509.*;
 
 
-
 /**
- * This class represents an Account identifer,
- * which is the standard way of refering to an account.
+ * This class represents an Account identifier,
+ * which is the standard way of referring to an account.
  *
- * @version $Revision: 1.14 $
+ * @version $Revision: 1.15 $
  */
-public class AccountId
-    extends Id
+public class AccountId extends Id
 {
     public    AccountId()     { id = null; }
     protected AccountId(Id i) { super(); setId(i.getId()); }



1.65      +3 -1      java/webfunds/sox/Account.java

Index: Account.java
===================================================================
RCS file: /home/webfunds/cvsroot/java/webfunds/sox/Account.java,v
retrieving revision 1.64
retrieving revision 1.65
diff -u -r1.64 -r1.65
--- Account.java	2000/04/20 00:03:32	1.64
+++ Account.java	2000/06/04 19:55:23	1.65
@@ -1,5 +1,5 @@
 /*
- * $Id: Account.java,v 1.64 2000/04/20 00:03:32 iang Exp $
+ * $Id: Account.java,v 1.65 2000/06/04 19:55:23 gelderen Exp $
  *
  * Copyright (c) Systemics Ltd 1995-1999 on behalf of
  * the WebFunds Development Team.  All Rights Reserved.
@@ -99,6 +99,8 @@
      * The account id (which must match the public key fingerprint)
      */
     protected AccountId id;
+
+
     /**
      * @return The id for this account
      */