commit | 5373ed1a29c759cd07c2a141b3d6c0e7042b2fb7 | [log] [tgz] |
---|---|---|
author | sam <sam@redspr.com> | Mon May 27 17:41:30 2013 +0100 |
committer | sam <sam@redspr.com> | Mon May 27 17:41:30 2013 +0100 |
tree | 007572138236c807ae253fbc58e233cae94e2788 | |
parent | c9c8b8d09696695fdda801d2f3513fd010f3d0c4 [diff] |
Fix javadoc URL for geolocation. Change-Id: I58ace2957b4c04764aa2602f339da68bd1debca7
diff --git a/user/src/com/google/gwt/geolocation/client/Geolocation.java b/user/src/com/google/gwt/geolocation/client/Geolocation.java index f3a03d1..3bd2494 100644 --- a/user/src/com/google/gwt/geolocation/client/Geolocation.java +++ b/user/src/com/google/gwt/geolocation/client/Geolocation.java
@@ -55,7 +55,7 @@ * </p> * * @see <a href="http://www.w3.org/TR/geolocation-API/">W3C Geolocation API</a> - * @see <a href="http://diveintohtml5.org/geolocation.html">Dive Into HTML5 - + * @see <a href="http://diveintohtml5.info/geolocation.html">Dive Into HTML5 - * Geolocation</a> */ @PartialSupport