8322248: Fix inconsistent wording in ElementFilter.typesIn

Reviewed-by: jjg, iris
This commit is contained in:
Joe Darcy 2024-01-02 23:05:58 +00:00
parent a678416994
commit fcf8368eb1

View File

@ -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<TypeElement>