CVS update: sierra/src/java/org/openprivacy/sierra/soap/service/reputation

From: cvs@openprivacy.org
Date: Mon Jan 08 2001 - 00:22:32 PST


Date: Monday January 8, 19101 @ 0:22
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/soap/service/reputation

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

Update of /usr/local/cvsroot/sierra/src/java/org/openprivacy/sierra/soap/service/reputation
In directory openprivacy.org:/tmp/cvs-serv31713/src/java/org/openprivacy/sierra/soap/service/reputation

Modified Files:
        Reputation.java
Log Message:
...

*****************************************************************
File: sierra/src/java/org/openprivacy/sierra/soap/service/reputation/Reputation.java

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

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

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

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

Index: sierra/src/java/org/openprivacy/sierra/soap/service/reputation/Reputation.java
diff -u sierra/src/java/org/openprivacy/sierra/soap/service/reputation/Reputation.java:1.1 sierra/src/java/org/openprivacy/sierra/soap/service/reputation/Reputation.java:1.2
--- sierra/src/java/org/openprivacy/sierra/soap/service/reputation/Reputation.java:1.1 Fri Jan 5 22:13:35 2001
+++ sierra/src/java/org/openprivacy/sierra/soap/service/reputation/Reputation.java Mon Jan 8 00:22:32 2001
@@ -34,7 +34,7 @@
 
    @see http://www.openprivacy.org
    @author <a href="mailto:burton@openprivacy.org">Kevin A. Burton</a>
- @version $Id: Reputation.java,v 1.1 2001/01/06 06:13:35 burton Exp $
+ @version $Id: Reputation.java,v 1.2 2001/01/08 08:22:32 burton Exp $
 */
 public class Reputation
 {
@@ -46,7 +46,7 @@
      * Given a URI for a reputation return its value.
      *
      * @author <a href="mailto:burton@openprivacy.org">Kevin A. Burton</a>
- * @version $Id: Reputation.java,v 1.1 2001/01/06 06:13:35 burton Exp $
+ * @version $Id: Reputation.java,v 1.2 2001/01/08 08:22:32 burton Exp $
     */
     public String getReputation() throws ReputationNotFoundException
     {
@@ -55,6 +55,8 @@
         Element element = new ResponseElement( doc,
                                                REPUTATION_RESULT_NAMESPACE,
                                                "Reputation" );
+
+ //throw new ReputationNotFoundException( "test" );
         
         System.out.println( "FIXME: getReputation() " );
         
@@ -79,7 +81,7 @@
  * that we can use ElementNSImpl within our Reputation service.
    
  @author <a href="mailto:burton@openprivacy.org">Kevin A. Burton</a>
- @version $Id: Reputation.java,v 1.1 2001/01/06 06:13:35 burton Exp $
+ @version $Id: Reputation.java,v 1.2 2001/01/08 08:22:32 burton Exp $
  */
 class ResponseElement extends ElementNSImpl
 {



This archive was generated by hypermail 2b30 : Mon Jan 22 2001 - 15:52:14 PST