diff --git a/src/java.desktop/share/classes/com/sun/beans/TypeResolver.java b/src/java.desktop/share/classes/com/sun/beans/TypeResolver.java
index 1cb27bd9dde..942ed5d8297 100644
--- a/src/java.desktop/share/classes/com/sun/beans/TypeResolver.java
+++ b/src/java.desktop/share/classes/com/sun/beans/TypeResolver.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2003, 2014, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2003, 2018, 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
@@ -324,7 +324,7 @@ public final class TypeResolver {
/**
* Replaces a {@link GenericArrayType GenericArrayType}
* with plain array class where it is possible.
- * Bug 5041784
+ * Bug 5041784
* is that arrays of non-generic type sometimes show up
* as {@link GenericArrayType GenericArrayType} when using reflection.
* For example, a {@code String[]} might show up
diff --git a/src/java.desktop/share/classes/java/awt/doc-files/AWTThreadIssues.html b/src/java.desktop/share/classes/java/awt/doc-files/AWTThreadIssues.html
index 074247e0cd8..accd04a5677 100644
--- a/src/java.desktop/share/classes/java/awt/doc-files/AWTThreadIssues.html
+++ b/src/java.desktop/share/classes/java/awt/doc-files/AWTThreadIssues.html
@@ -5,7 +5,7 @@
AWT Threading Issues
-
+
AWT Threading Issues
@@ -121,7 +121,7 @@ Implementation-dependent behavior.
Prior to 1.4, the helper threads were never terminated.
Starting with 1.4, the behavior has changed as a result of the fix for
-
+
4030718. With the current implementation, AWT terminates all its
helper threads allowing the application to exit cleanly when the
following three conditions are true:
@@ -154,11 +154,11 @@ will exit cleanly in all cases. Two examples:
- Other packages can create displayable components for internal
needs and never make them undisplayable. See
-
+
4515058,
-
+
4671025, and
-
+
4465537.
- Both Microsoft Windows and X11 allow an application to send native
events to windows that belong to another application. With this
@@ -192,5 +192,6 @@ non-daemon thread that blocks forever.
The Java™ Virtual Machine Specification
guarantees
that the JVM doesn't exit until this thread terminates.
+