From 5d90254c18725350f46f796c24a32d330915a20d Mon Sep 17 00:00:00 2001 From: Takakuri Date: Wed, 24 Jan 2024 16:00:09 +0900 Subject: [PATCH] 8324587: @headful key is contained in ExceptionFromPrintableIsIgnoredTest.java --- .../print/PrinterJob/ExceptionFromPrintableIsIgnoredTest.java | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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