diff --git a/jdk/test/java/awt/print/PrinterJob/ExceptionFromPrintableIsIgnoredTest.java b/jdk/test/java/awt/print/PrinterJob/ExceptionFromPrintableIsIgnoredTest.java index a62ae536e1b..1ef8889459d 100644 --- a/jdk/test/java/awt/print/PrinterJob/ExceptionFromPrintableIsIgnoredTest.java +++ b/jdk/test/java/awt/print/PrinterJob/ExceptionFromPrintableIsIgnoredTest.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021, Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 2021, 2024, 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,7 +23,6 @@ /* @test @bug 8262731 - @key headful printer @summary Verify that "PrinterJob.print" throws the expected exception, if "Printable.print" throws an exception. @run main ExceptionFromPrintableIsIgnoredTest MAIN PE