From fcf8368eb1945c440df8f38969849621b4fffc50 Mon Sep 17 00:00:00 2001 From: Joe Darcy Date: Tue, 2 Jan 2024 23:05:58 +0000 Subject: [PATCH] 8322248: Fix inconsistent wording in ElementFilter.typesIn Reviewed-by: jjg, iris --- .../share/classes/javax/lang/model/util/ElementFilter.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/java.compiler/share/classes/javax/lang/model/util/ElementFilter.java b/src/java.compiler/share/classes/javax/lang/model/util/ElementFilter.java index 0dfd86caf1a..88c74322c39 100644 --- a/src/java.compiler/share/classes/javax/lang/model/util/ElementFilter.java +++ b/src/java.compiler/share/classes/javax/lang/model/util/ElementFilter.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2005, 2023, Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 2005, 2024, 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 @@ -169,7 +169,7 @@ public class ElementFilter { } /** - * {@return a set of types in {@code elements}} + * {@return a set of classes and interfaces in {@code elements}} * @param elements the elements to filter */ public static Set