# HG changeset patch # User avstepan # Date 1427365122 -14400 # Node ID d36e2fcc5f555499ca70f1329a60cfe7286eb90d # Parent 8931052def619e6d08fd0c33ac26516ad0efe6e8 8075956: Fix some tidy warnings for java.awt Summary: minor HTML markup fix Reviewed-by: azvegint diff -r 8931052def61 -r d36e2fcc5f55 jdk/src/java.desktop/share/classes/java/awt/GridBagLayout.java --- a/jdk/src/java.desktop/share/classes/java/awt/GridBagLayout.java Thu Mar 26 14:09:44 2015 +0400 +++ b/jdk/src/java.desktop/share/classes/java/awt/GridBagLayout.java Thu Mar 26 14:18:42 2015 +0400 @@ -1,5 +1,5 @@ /* - * Copyright (c) 1995, 2014, Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 1995, 2015, 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 @@ -353,7 +353,7 @@ * } * } *
+ * * @author Doug Stein * @author Bill Spitzak (orignial NeWS & OLIT implementation) * @see java.awt.GridBagConstraints @@ -770,7 +770,7 @@ * components. The value should be a number between 0 and 1 * where 0 represents alignment along the origin, 1 is aligned * the furthest away from the origin, 0.5 is centered, etc. - *
+ *
* @return the value 0.5f
to indicate centered
*/
public float getLayoutAlignmentX(Container parent) {
@@ -783,7 +783,7 @@
* components. The value should be a number between 0 and 1
* where 0 represents alignment along the origin, 1 is aligned
* the furthest away from the origin, 0.5 is centered, etc.
- *
+ *
* @return the value 0.5f
to indicate centered
*/
public float getLayoutAlignmentY(Container parent) {
diff -r 8931052def61 -r d36e2fcc5f55 jdk/src/java.desktop/share/classes/java/awt/doc-files/Modality.html
--- a/jdk/src/java.desktop/share/classes/java/awt/doc-files/Modality.html Thu Mar 26 14:09:44 2015 +0400
+++ b/jdk/src/java.desktop/share/classes/java/awt/doc-files/Modality.html Thu Mar 26 14:18:42 2015 +0400
@@ -1,5 +1,5 @@