--- old/modules/javafx.media/src/main/java/module-info.java 2017-01-09 17:08:02.000000000 +1300 +++ new/modules/javafx.media/src/main/java/module-info.java 2017-01-09 17:08:02.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,11 @@ * questions. */ +/** + * Defines APIs for playback of media and audio content, as part of the + * JavaFX UI toolkit, including {@link javafx.scene.media.MediaView} and + * {@link javafx.scene.media.MediaPlayer}. + */ module javafx.media { requires transitive javafx.base; requires transitive javafx.graphics;