< prev index next >

modules/javafx.graphics/src/main/java/javafx/application/Platform.java

Print this page
rev 10897 : 8199357: Remove references to applets and Java Web Start from FX
Reviewed-by:

@@ -1,7 +1,7 @@
 /*
- * Copyright (c) 2010, 2017, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2018, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  *
  * This code is free software; you can redistribute it and/or modify it
  * under the terms of the GNU General Public License version 2 only, as
  * published by the Free Software Foundation.  Oracle designates this

@@ -190,13 +190,10 @@
      * are no other non-daemon threads that are running, the Java VM will exit.
      * If this method is called from the Preloader or the Application init
      * method, then the Application stop method may not be called.
      *
      * <p>This method may be called from any thread.</p>
-     *
-     * <p>Note: if the application is embedded in a browser, then this method
-     * may have no effect.
      */
     public static void exit() {
         PlatformImpl.exit();
     }
 
< prev index next >