Skip to content

Commit 586396c

Browse files
committedMar 11, 2024
8327705: Remove mention of "applet" from java.text package description
Reviewed-by: bpb, rriggs, iris, jlu, gli, alanb
1 parent 41450e9 commit 586396c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎src/java.base/share/classes/java/text/package-info.java

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (c) 1998, Oracle and/or its affiliates. All rights reserved.
2+
* Copyright (c) 1998, 2024, 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
@@ -26,7 +26,7 @@
2626
/**
2727
* Provides classes and interfaces for handling text, dates, numbers,
2828
* and messages in a manner independent of natural languages. This
29-
* means your main application or applet can be written to be
29+
* means an application or library can be written to be
3030
* language-independent, and it can rely upon separate,
3131
* dynamically-linked localized resources. This allows the flexibility
3232
* of adding localizations for new localizations at any time.

0 commit comments

Comments
 (0)
Please sign in to comment.