Hi everyone.

I've examined RunData.java lately, and noticed that we have two
getStatusCode methods - one used to retrieve status code and another to
_set_ status code ! :):):) For me it's a typo. Probaly nobody have used
these methods yet, so it didn't come out.

Here's the patch for it

diff -u -r1.33 RunData.java
--- RunData.java        2000/06/01 23:56:35     1.33
+++ RunData.java        2000/07/13 12:54:31
@@ -438,7 +438,7 @@
         return statusCode;
     }
     /** sets the HTTP status code to return */
-    public void getStatusCode(int sc)
+    public void setStatusCode(int sc)
     {
         this.statusCode = sc;
     }

That's all folks.

Bye. Scooter



------------------------------------------------------------
To subscribe:        [EMAIL PROTECTED]
To unsubscribe:      [EMAIL PROTECTED]
Search: <http://www.mail-archive.com/turbine%40list.working-dogs.com/>
Problems?:           [EMAIL PROTECTED]

Reply via email to