--- old/test/javax/swing/JComboBox/8019180/Test8019180.java 2020-07-05 23:44:26.731260791 +0100 +++ new/test/javax/swing/JComboBox/8019180/Test8019180.java 2020-07-05 23:44:26.592259889 +0100 @@ -1,5 +1,5 @@ /* - * Copyright (c) 2014, Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 2014, 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 @@ -26,8 +26,9 @@ import javax.swing.JFrame; import javax.swing.SwingUtilities; -/* +/** * @test + * @key headful * @bug 8019180 * @summary Tests that combobox works if it is used as action listener * @author Sergey Malenkov