Skip to content
This repository was archived by the owner on Aug 27, 2022. It is now read-only.
/ lanai Public archive

Commit 8239b67

Browse files
committedSep 24, 2020
8253322: Update the specification in the newly added constructors
Reviewed-by: psadhukhan, prr
1 parent 24a4248 commit 8239b67

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

67 files changed

+152
-137
lines changed
 

‎src/java.desktop/share/classes/java/applet/Applet.java

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (c) 1995, 2018, Oracle and/or its affiliates. All rights reserved.
2+
* Copyright (c) 1995, 2020, Oracle and/or its affiliates. All rights reserved.
33
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
44
*
55
* This code is free software; you can redistribute it and/or modify it
@@ -579,7 +579,7 @@ protected class AccessibleApplet extends AccessibleAWTPanel {
579579
private static final long serialVersionUID = 8127374778187708896L;
580580

581581
/**
582-
* Constructs an {@code AccessibleApplet}
582+
* Constructs an {@code AccessibleApplet}.
583583
*/
584584
protected AccessibleApplet() {}
585585

‎src/java.desktop/share/classes/java/awt/Button.java

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (c) 1995, 2019, Oracle and/or its affiliates. All rights reserved.
2+
* Copyright (c) 1995, 2020, Oracle and/or its affiliates. All rights reserved.
33
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
44
*
55
* This code is free software; you can redistribute it and/or modify it
@@ -538,7 +538,7 @@ protected class AccessibleAWTButton extends AccessibleAWTComponent
538538
private static final long serialVersionUID = -5932203980244017102L;
539539

540540
/**
541-
* Constructs an {@code AccessibleAWTButton}
541+
* Constructs an {@code AccessibleAWTButton}.
542542
*/
543543
protected AccessibleAWTButton() {}
544544

0 commit comments

Comments
 (0)