diff --git a/icu4j/main/classes/core/src/com/ibm/icu/text/PluralFormat.java b/icu4j/main/classes/core/src/com/ibm/icu/text/PluralFormat.java
index e225720f704..46f22ed6daa 100644
--- a/icu4j/main/classes/core/src/com/ibm/icu/text/PluralFormat.java
+++ b/icu4j/main/classes/core/src/com/ibm/icu/text/PluralFormat.java
@@ -627,7 +627,9 @@ public class PluralFormat extends UFormat {
* formatter. If ulocale
is null
, the
* default FORMAT
locale will be used.
* @see Category#FORMAT
- * @stable ICU 3.8
+ * @deprecated ICU 50 This method clears the pattern and might create
+ * a different kind of PluralRules instance;
+ * use one of the constructors to create a new instance instead.
*/
public void setLocale(ULocale ulocale) {
if (ulocale == null) {