< prev index next >

modules/javafx.base/src/main/java/javafx/beans/WeakListener.java

Print this page
rev 10443 : 8177341: Fix typos in FX API docs
Reviewed-by:

@@ -1,7 +1,7 @@
 /*
- * Copyright (c) 2011, 2013, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2011, 2017, 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

@@ -25,11 +25,11 @@
 
 package javafx.beans;
 
 /**
  * {@code WeakListener} is the super interface of all weak listener implementations
- * JavaFX runtime. Usually it should not be used directly, but instead one of the
+ * in the JavaFX API. Usually it should not be used directly, but instead one of the
  * sub-interfaces will be used.
  *
  * @see WeakInvalidationListener
  * @see javafx.beans.value.WeakChangeListener
  *
< prev index next >