--- old/src/java.desktop/share/classes/java/awt/font/LayoutPath.java 2020-08-28 09:17:31.116721935 +0100 +++ new/src/java.desktop/share/classes/java/awt/font/LayoutPath.java 2020-08-28 09:17:30.800729241 +0100 @@ -1,5 +1,5 @@ /* - * Copyright (c) 2005, Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 2005, 2020, 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 @@ -41,6 +41,12 @@ * @since 1.6 */ public abstract class LayoutPath { + + /** + * Creates a {@code LayoutPath}. + */ + protected LayoutPath() {} + /** * Convert a point in user space to a location relative to the * path. The location is chosen so as to minimize the distance