CVS update: talon/src/java/talon/tests

From: cvs@openprivacy.org
Date: Wed Mar 07 2001 - 19:28:30 PST

  • Next message: cvs@openprivacy.org: "CVS update: sierra/build"

    Date: Wednesday March 7, 19101 @ 19:28
    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/talon/src/java/talon/tests

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

    Update of /usr/local/cvs/public/talon/src/java/talon/tests
    In directory giga:/tmp/cvs-serv15819/src/java/talon/tests

    Modified Files:
            Test2.java
    Log Message:
    created a Type reference so that we can refer to objects generically.

    *****************************************************************
    File: talon/src/java/talon/tests/Test2.java

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

    CVSWeb: Annotate this file: http://openprivacy.org/cgi-bin/cvsweb/cvsweb.cgi/talon/src/java/talon/tests/Test2.java?annotate=1.4

    CVSWeb: View this file: http://openprivacy.org/cgi-bin/cvsweb/cvsweb.cgi/talon/src/java/talon/tests/Test2.java?rev=1.4&content-type=text/x-cvsweb-markup

    CVSWeb: Diff to previous version: http://openprivacy.org/cgi-bin/cvsweb/cvsweb.cgi/talon/src/java/talon/tests/Test2.java.diff?r1=1.4&r2=1.3

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

    Index: talon/src/java/talon/tests/Test2.java
    diff -u talon/src/java/talon/tests/Test2.java:1.3 talon/src/java/talon/tests/Test2.java:1.4
    --- talon/src/java/talon/tests/Test2.java:1.3 Sat Feb 24 21:31:19 2001
    +++ talon/src/java/talon/tests/Test2.java Wed Mar 7 19:28:29 2001
    @@ -30,7 +30,7 @@
      *
      *
      * @author <a href="mailto:burton@relativity.yi.org">Kevin A. Burton</a>
    - * @version $Id: Test2.java,v 1.3 2001/02/25 05:31:19 burton Exp $
    + * @version $Id: Test2.java,v 1.4 2001/03/08 03:28:29 burton Exp $
      */
     public class Test2 extends AbstractTestlet {
     
    @@ -49,8 +49,9 @@
     
             Logger logger = (Logger)comp;
     
    - logger.message( this, "Using component Reference URI: " + logger.getComponentReference() );
    -
    + logger.message( this, "Using Component Reference URI: " + logger.getComponentReference() );
    + logger.message( this, "Using Type Reference URI: " + logger.getTypeReference() );
    +
         }
     
     }



    This archive was generated by hypermail 2b30 : Wed Mar 07 2001 - 19:29:01 PST