Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/java.base/share/man/java.md
Original file line number Diff line number Diff line change
Expand Up @@ -483,7 +483,7 @@ the JVM.
without any warnings.

- `warn`: This mode is identical to `allow` except that a warning message is
issued for the first illegal final field mutation performaed in a module.
issued for the first illegal final field mutation performed in a module.

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

mea culpa

This mode is the default for the current JDK but will change in a future
release.

Expand Down
4 changes: 2 additions & 2 deletions test/jdk/java/awt/event/helpers/lwcomponents/LWButton.java
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright (c) 2001, 2025, Oracle and/or its affiliates. All rights reserved.
* Copyright (c) 2001, 2026, 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
Expand Down Expand Up @@ -63,7 +63,7 @@ public class LWButton extends LWComponent {
private transient ActionListener actionListener;

/*
* The action to be performaed once a button has been
* The action to be performed once a button has been
* pressed.
* actionCommand can be null.
* @serial
Expand Down