CVS update: sierra/src/java/org/openprivacy/sierra/nym/talon/implementations

From: cvs@openprivacy.org
Date: Sun Mar 11 2001 - 01:50:12 PST

  • Next message: cvs@openprivacy.org: "CVS update: talon/src/java/talon/util"

    Date: Sunday March 11, 19101 @ 1:50
    Author: burton
    CVSWEB Options: -------------------

    Main CVSWeb: http://openprivacy.org/cgi-bin/cvsweb/cvsweb.cgi

    View this module: http://openprivacy.org/cgi-bin/cvsweb/cvsweb.cgi/sierra/src/java/org/openprivacy/sierra/nym/talon/implementations

    -----------------------------------

    Update of /usr/local/cvs/public/sierra/src/java/org/openprivacy/sierra/nym/talon/implementations
    In directory giga:/tmp/cvs-serv19548/src/java/org/openprivacy/sierra/nym/talon/implementations

    Modified Files:
            SimpleNymBuilder.java
    Log Message:
    fixed bug with missing properties...

    *****************************************************************
    File: sierra/src/java/org/openprivacy/sierra/nym/talon/implementations/SimpleNymBuilder.java

    CVSWEB Options: -------------------

    CVSWeb: Annotate this file: http://openprivacy.org/cgi-bin/cvsweb/cvsweb.cgi/sierra/src/java/org/openprivacy/sierra/nym/talon/implementations/SimpleNymBuilder.java?annotate=1.7

    CVSWeb: View this file: http://openprivacy.org/cgi-bin/cvsweb/cvsweb.cgi/sierra/src/java/org/openprivacy/sierra/nym/talon/implementations/SimpleNymBuilder.java?rev=1.7&content-type=text/x-cvsweb-markup

    CVSWeb: Diff to previous version: http://openprivacy.org/cgi-bin/cvsweb/cvsweb.cgi/sierra/src/java/org/openprivacy/sierra/nym/talon/implementations/SimpleNymBuilder.java.diff?r1=1.7&r2=1.6

    -----------------------------------

    Index: sierra/src/java/org/openprivacy/sierra/nym/talon/implementations/SimpleNymBuilder.java
    diff -u sierra/src/java/org/openprivacy/sierra/nym/talon/implementations/SimpleNymBuilder.java:1.6 sierra/src/java/org/openprivacy/sierra/nym/talon/implementations/SimpleNymBuilder.java:1.7
    --- sierra/src/java/org/openprivacy/sierra/nym/talon/implementations/SimpleNymBuilder.java:1.6 Thu Feb 22 21:58:41 2001
    +++ sierra/src/java/org/openprivacy/sierra/nym/talon/implementations/SimpleNymBuilder.java Sun Mar 11 01:50:12 2001
    @@ -39,15 +39,12 @@
      * </ul>
      *
      * @author <a href="mailto:burton@relativity.yi.org">Kevin A. Burton</a>
    - * @version $Id: SimpleNymBuilder.java,v 1.6 2001/02/23 05:58:41 burton Exp $
    + * @version $Id: SimpleNymBuilder.java,v 1.7 2001/03/11 09:50:12 burton Exp $
      */
     public class SimpleNymBuilder extends BaseComponent implements Component, NymBuilder {
     
    - ///FIXME: should this class become a singleton???
    -
         public static final String[] REQUIRED_PROPERTIES = { "nym_name" };
     
    -
         /**
          * Default handle for creating a reputation object.
          */
    @@ -68,11 +65,12 @@
          * initialize this...
          *
          * @author <a href="mailto:burton@relativity.yi.org">Kevin A. Burton</a>
    - * @version $Id: SimpleNymBuilder.java,v 1.6 2001/02/23 05:58:41 burton Exp $
    + * @version $Id: SimpleNymBuilder.java,v 1.7 2001/03/11 09:50:12 burton Exp $
          */
         public void init() throws TalonException {
     
    - //require specific properties
    + //require specific properties. This should throw an Exception if the
    + //properties aren't available.
             this.getComponentHandle().getInitProperties().require( REQUIRED_PROPERTIES );
             
         }
    @@ -80,7 +78,7 @@
         /**
          * @see NymBuilder
          * @author <a href="mailto:burton@relativity.yi.org">Kevin A. Burton</a>
    - * @version $Id: SimpleNymBuilder.java,v 1.6 2001/02/23 05:58:41 burton Exp $
    + * @version $Id: SimpleNymBuilder.java,v 1.7 2001/03/11 09:50:12 burton Exp $
          */
         public Nym getNym() throws SierraException {
     
    @@ -103,7 +101,7 @@
         /**
          * @see NymBuilder
          * @author <a href="mailto:burton@relativity.yi.org">Kevin A. Burton</a>
    - * @version $Id: SimpleNymBuilder.java,v 1.6 2001/02/23 05:58:41 burton Exp $
    + * @version $Id: SimpleNymBuilder.java,v 1.7 2001/03/11 09:50:12 burton Exp $
          */
         public NymFunctionProxy getNymFunctionProxy() throws SierraException {
     



    This archive was generated by hypermail 2b30 : Sun Mar 11 2001 - 01:51:44 PST