Pointer to w3c spec from October 2013
authorJaroslav Tulach <jaroslav.tulach@netbeans.org>
Fri, 04 Jul 2014 09:24:48 +0200
changeset 7131abf7121da7c
parent 710 28766ecb3f72
child 714 f03fd6c065f2
Pointer to w3c spec from October 2013
geo/src/main/java/net/java/html/geo/OnLocation.java
     1.1 --- a/geo/src/main/java/net/java/html/geo/OnLocation.java	Tue Jun 24 08:45:08 2014 +0200
     1.2 +++ b/geo/src/main/java/net/java/html/geo/OnLocation.java	Fri Jul 04 09:24:48 2014 +0200
     1.3 @@ -64,7 +64,7 @@
     1.4   * In case something goes wrong a method in the same class named {@link #onError()}
     1.5   * can be specified (should take one {@link Exception} parameter). 
     1.6   * <p>
     1.7 - * The overall behavior of the system mimics <a href="http://www.w3.org/TR/2012/PR­geolocation­API­20120510/">
     1.8 + * The overall behavior of the system mimics <a href="http://www.w3.org/TR/geolocation-API/">
     1.9   * W3C's Geolocation API</a>.
    1.10   *
    1.11   * @author Jaroslav Tulach <jtulach@netbeans.org>