CVS update: sierra/src/java/org/openprivacy/sierra

From: cvs@openprivacy.org
Date: Wed Feb 07 2001 - 03:08:08 PST

  • Next message: cvs@openprivacy.org: "CVS update: sierra/src/java/org/openprivacy/sierra/rce/impls"

    Date: Wednesday February 7, 19101 @ 3:08
    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

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

    Update of /usr/local/cvs/public/sierra/src/java/org/openprivacy/sierra
    In directory giga:/tmp/cvs-serv11512/src/java/org/openprivacy/sierra

    Modified Files:
            Reputation.java
    Log Message:
    initial support for reputation skeleton interfaces

    *****************************************************************
    File: sierra/src/java/org/openprivacy/sierra/Reputation.java

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

    CVSWeb: Annotate this file: http://openprivacy.org/cgi-bin/cvsweb/cvsweb.cgi/sierra/src/java/org/openprivacy/sierra/Reputation.java?annotate=1.13

    CVSWeb: View this file: http://openprivacy.org/cgi-bin/cvsweb/cvsweb.cgi/sierra/src/java/org/openprivacy/sierra/Reputation.java?rev=1.13&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/Reputation.java.diff?r1=1.13&r2=1.12

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

    Index: sierra/src/java/org/openprivacy/sierra/Reputation.java
    diff -u sierra/src/java/org/openprivacy/sierra/Reputation.java:1.12 sierra/src/java/org/openprivacy/sierra/Reputation.java:1.13
    --- sierra/src/java/org/openprivacy/sierra/Reputation.java:1.12 Fri Jan 26 05:57:03 2001
    +++ sierra/src/java/org/openprivacy/sierra/Reputation.java Wed Feb 7 03:08:08 2001
    @@ -6,9 +6,9 @@
      * Foundation; either version 2 of the License, or 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.
    + * 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
    @@ -26,19 +26,19 @@
      * Results from a Reputation server request.
      *
      * @author <a href="mailto:burton@relativity.yi.org">Kevin A. Burton</a>
    - * @version $Id: Reputation.java,v 1.12 2001/01/26 13:57:03 burton Exp $
    + * @version $Id: Reputation.java,v 1.13 2001/02/07 11:08:08 burton Exp $
      */
     public class Reputation {
     
         private String reference = null;
     
         /**
    - Stores all values added by the server.
    + * Stores all values added by the server.
          */
         private Vector values = new Vector();
     
         /**
    - The User which generated this reputation.
    + * The User which generated this reputation.
          */
         private URI principal = null;
     
    @@ -84,7 +84,7 @@
         }
     
         public void setPrincipal( URI principal ) {
    - this.principal = principal;
    + this.principal = principal;
         }
     
     
    @@ -112,7 +112,7 @@
          * <ul>
          *
          * @author <a href="mailto:burton@relativity.yi.org">Kevin A. Burton</a>
    - * @version $Id: Reputation.java,v 1.12 2001/01/26 13:57:03 burton Exp $
    + * @version $Id: Reputation.java,v 1.13 2001/02/07 11:08:08 burton Exp $
          */
         public String getHash() {
     
    @@ -123,7 +123,7 @@
     
         /**
          * @author <a href="mailto:burton@relativity.yi.org">Kevin A. Burton</a>
    - * @version $Id: Reputation.java,v 1.12 2001/01/26 13:57:03 burton Exp $
    + * @version $Id: Reputation.java,v 1.13 2001/02/07 11:08:08 burton Exp $
          */
         public void setHash( String hash ) {
             this.hash = hash;
    @@ -138,7 +138,7 @@
          * SERVER is optional.
          *
          * @author <a href="mailto:burton@relativity.yi.org">Kevin A. Burton</a>
    - * @version $Id: Reputation.java,v 1.12 2001/01/26 13:57:03 burton Exp $
    + * @version $Id: Reputation.java,v 1.13 2001/02/07 11:08:08 burton Exp $
          */
         public URI getURI() {
             //FIXME: should we use a Server??
    @@ -153,7 +153,7 @@
          * Get human output for this Reputation
          *
          * @author <a href="mailto:burton@relativity.yi.org">Kevin A. Burton</a>
    - * @version $Id: Reputation.java,v 1.12 2001/01/26 13:57:03 burton Exp $
    + * @version $Id: Reputation.java,v 1.13 2001/02/07 11:08:08 burton Exp $
          */
         public String getPrettyPrint() {
     



    This archive was generated by hypermail 2b30 : Wed Feb 07 2001 - 03:08:39 PST