--- old/test/javax/swing/DataTransfer/6456844/bug6456844.java 2015-06-19 15:17:36.957661152 +0300 +++ new/test/javax/swing/DataTransfer/6456844/bug6456844.java 2015-06-19 15:17:36.765661156 +0300 @@ -1,5 +1,5 @@ /* - * Copyright (c) 2010, Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 2010, 2015, 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 @@ -25,6 +25,7 @@ @bug 6456844 @summary Tests that JTextComponent doesn't create drop locations with null bias. @author Shannon Hickey + @modules java.desktop/sun.swing */ import sun.swing.SwingAccessor;