Fix incorrect sample code in User Guide (#2362)

This commit is contained in:
TuZhiQiang 2023-03-31 01:32:09 +08:00 committed by GitHub
parent 1d9d9774be
commit 3adead6ab4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 1 deletions

View File

@ -651,7 +651,6 @@ public class SampleObjectForTest {
@Foo private final int annotatedField;
private final String stringField;
private final long longField;
private final Class<?> clazzField;
public SampleObjectForTest() {
annotatedField = 5;