--- old/modules/javafx.base/src/main/java/module-info.java 2017-01-09 17:07:58.000000000 +1300 +++ new/modules/javafx.base/src/main/java/module-info.java 2017-01-09 17:07:58.000000000 +1300 @@ -1,5 +1,5 @@ /* - * Copyright (c) 2015, 2016, Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 2015, 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 @@ -23,6 +23,10 @@ * questions. */ +/** + * Defines the base APIs for the JavaFX UI toolkit, including APIs for + * bindings, properties, collections, and events. + */ module javafx.base { requires java.desktop;