[Httpunit-commit] SF.net SVN: httpunit:[989] trunk/httpunit/examples/GoogleMapsExample.java
Brought to you by:
russgold
|
From: <wol...@us...> - 2008-07-27 08:51:40
|
Revision: 989
http://httpunit.svn.sourceforge.net/httpunit/?rev=989&view=rev
Author: wolfgang_fahl
Date: 2008-07-27 08:51:33 +0000 (Sun, 27 Jul 2008)
Log Message:
-----------
comment fixed
Modified Paths:
--------------
trunk/httpunit/examples/GoogleMapsExample.java
Modified: trunk/httpunit/examples/GoogleMapsExample.java
===================================================================
--- trunk/httpunit/examples/GoogleMapsExample.java 2008-06-05 18:40:32 UTC (rev 988)
+++ trunk/httpunit/examples/GoogleMapsExample.java 2008-07-27 08:51:33 UTC (rev 989)
@@ -204,7 +204,7 @@
// create the conversation object which will maintain state for us
WebConversation wc = new WebConversation();
- // Obtain the main page on the meterware web site
+ // Obtain the main page on the google maps web site
WebRequest request = new GetMethodWebRequest(url);
request.setParameter("output", "html");
WebResponse response = wc.getResponse( request );
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|