boot/src/main/java/net/java/html/js/package.html
changeset 838 bdc3d696dd4a
parent 614 cf91336956b8
child 883 3299d5335b8f
     1.1 --- a/boot/src/main/java/net/java/html/js/package.html	Sat Mar 15 14:40:27 2014 +0100
     1.2 +++ b/boot/src/main/java/net/java/html/js/package.html	Tue Aug 26 18:13:30 2014 +0200
     1.3 @@ -202,7 +202,7 @@
     1.4          Classes with {@link net.java.html.js.JavaScriptBody} annotated methods need to
     1.5          be post processed before they can be used - e.g. their <code>native</code>
     1.6          body needs to be generated to call into JavaScript (btw. the code is performed
     1.7 -        via {@link org.apidesign.html.boot.spi.Fn}). There are three ways
     1.8 +        via {@link org.netbeans.html.boot.spi.Fn}). There are three ways
     1.9          such post processing can happen.
    1.10          <p></p>
    1.11          <b>Compile time</b> processing - this is the preferred method that