--- old/src/share/classes/java/awt/geom/Path2D.java 2014-05-12 02:06:44.159522341 -0700 +++ new/src/share/classes/java/awt/geom/Path2D.java 2014-05-12 02:06:44.017521329 -0700 @@ -1,5 +1,5 @@ /* - * Copyright (c) 2006, 2013, Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 2006, 2014, 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 @@ -805,6 +805,7 @@ * The following byte value constants are used in the serialized form * of {@code Path2D} objects: * + * * * * @@ -1531,6 +1532,7 @@ * The following byte value constants are used in the serialized form * of {@code Path2D} objects: *
Constant NameByte Value
+ * * * * @@ -1926,9 +1928,9 @@ * maintains, but it may contain no more precision either. * If the tradeoff of precision vs. storage size in the result is * important then the convenience constructors in the - * {@link Path2D.Float#Path2D.Float(Shape, AffineTransform) Path2D.Float} + * {@link Path2D.Float#Float(Shape, AffineTransform) Path2D.Float} * and - * {@link Path2D.Double#Path2D.Double(Shape, AffineTransform) Path2D.Double} + * {@link Path2D.Double#Double(Shape, AffineTransform) Path2D.Double} * subclasses should be used to make the choice explicit. * * @param at the {@code AffineTransform} used to transform a
Constant NameByte Value