Polish "Use Object.equals() where feasible"

See gh-31916
This commit is contained in:
Stéphane Nicoll
2023-12-28 13:19:27 +01:00
parent 72a9864788
commit adcf236a3d
9 changed files with 12 additions and 21 deletions

View File

@@ -1,13 +1,13 @@
/*
* Copyright 2003,2004 The Apache Software Foundation
* Copyright 2002-2023 the original author or authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* https://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and