Author: wire
Date: Tue Aug 2 06:48:09 2005
New Revision: 226999
URL: http://svn.apache.org/viewcvs?rev=226999&view=rev
Log:
Changed price to $0.99 instead of $99.99 to be more in line with other vendors
Modified:
webservices/muse/trunk/src/examples/ieeedemo/src/java/org/wsdmdemo/service/InteropConstants.java
Modified:
webservices/muse/trunk/src/examples/ieeedemo/src/java/org/wsdmdemo/service/InteropConstants.java
URL:
http://svn.apache.org/viewcvs/webservices/muse/trunk/src/examples/ieeedemo/src/java/org/wsdmdemo/service/InteropConstants.java?rev=226999&r1=226998&r2=226999&view=diff
==============================================================================
---
webservices/muse/trunk/src/examples/ieeedemo/src/java/org/wsdmdemo/service/InteropConstants.java
(original)
+++
webservices/muse/trunk/src/examples/ieeedemo/src/java/org/wsdmdemo/service/InteropConstants.java
Tue Aug 2 06:48:09 2005
@@ -48,8 +48,8 @@
double MIN_HUMIDITY = 60.0;
double MAX_VISIBILITY = 11.0;
double MIN_VISIBILITY = 9.0;
- int MAX_TEMP = 70;
- int MIN_TEMP = 60;
+ int MAX_TEMP = 78;
+ int MIN_TEMP = 75;
/**
* Default Values
@@ -57,7 +57,7 @@
double DEFAULT_HUMIDITY = 65.0;
double DEFAULT_TEMP = 69.0;
double DEFAULT_VISIBILITY = 10.09;
- double PRICE = 99.99;
+ double PRICE = 0.99;
String OWNER = "Weather.com";
/**
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]