From 6bc14d6b7740a2a08ce234b24a3a94a433df994c Mon Sep 17 00:00:00 2001 From: Nizar Benalla Date: Fri, 13 Dec 2024 11:25:56 +0000 Subject: [PATCH] 8345888: Broken links in the JDK 24 JavaDoc API documentation, build 27 Reviewed-by: psadhukhan Backport-of: 9bd70ec806ac0134926f32e222f4075e3d407422 --- .../javax/print/attribute/standard/PresentationDirection.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/java.desktop/share/classes/javax/print/attribute/standard/PresentationDirection.java b/src/java.desktop/share/classes/javax/print/attribute/standard/PresentationDirection.java index a9c971d82d6..d4ff8581a2d 100644 --- a/src/java.desktop/share/classes/javax/print/attribute/standard/PresentationDirection.java +++ b/src/java.desktop/share/classes/javax/print/attribute/standard/PresentationDirection.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2001, 2021, Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 2001, 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 @@ -43,7 +43,7 @@ *

* IPP Compatibility: This attribute is not an IPP 1.1 attribute; it is * an attribute in the Production Printing Extension - * ( + * ( * PDF) of IPP 1.1. The category name returned by {@code getName()} is the * IPP attribute name. The enumeration's integer value is the IPP enum value. * The {@code toString()} method returns the IPP string representation of the