Skip to content

Commit

Permalink
Fix incorrect sample code in User Guide (#2362)
Browse files Browse the repository at this point in the history
  • Loading branch information
False-Mask authored Mar 30, 2023
1 parent 1d9d977 commit 3adead6
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion UserGuide.md
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 3adead6

Please sign in to comment.