Javadoc cleanup
authorJaroslav Tulach <jaroslav.tulach@netbeans.org>
Tue, 22 Jul 2014 06:27:57 +0200
changeset 751618f9d75814b
parent 744 573640006bc9
child 752 8991f98456e7
Javadoc cleanup
boot-fx/src/main/java/net/java/html/boot/fx/FXBrowsers.java
     1.1 --- a/boot-fx/src/main/java/net/java/html/boot/fx/FXBrowsers.java	Mon Jul 21 11:28:13 2014 +0200
     1.2 +++ b/boot-fx/src/main/java/net/java/html/boot/fx/FXBrowsers.java	Tue Jul 22 06:27:57 2014 +0200
     1.3 @@ -128,7 +128,7 @@
     1.4      }
     1.5      
     1.6      /** Executes a code inside of provided {@link WebView}. This method
     1.7 -     * is associates the execution context with provided browser,
     1.8 +     * associates the execution context with provided browser,
     1.9       * so the {@link JavaScriptBody} annotations know where to execute
    1.10       * their JavaScript bodies.
    1.11       * The code is going to be executed synchronously