Commit 7874166
Correct Javadoc code example (#1400)
* Javadoc: Add type to suppress "Raw use of parameterized class" warning
* Javadoc: Remove usage of constructor since it has been deprecated
* Javadoc: Remove extra closing parentheses
* Javadoc: Need second build() method to return a DiffResult as the first build method returns a ReflectionDiffBuilder
---------
Co-authored-by: Ken Dombeck <[email protected]>1 parent 167b31e commit 7874166
File tree
2 files changed
+6
-5
lines changed- src/main/java/org/apache/commons/lang3/builder
2 files changed
+6
-5
lines changedLines changed: 3 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
41 | 41 | | |
42 | 42 | | |
43 | 43 | | |
44 | | - | |
| 44 | + | |
45 | 45 | | |
46 | | - | |
| 46 | + | |
47 | 47 | | |
48 | 48 | | |
49 | | - | |
| 49 | + | |
50 | 50 | | |
51 | 51 | | |
52 | 52 | | |
| |||
Lines changed: 3 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
43 | 43 | | |
44 | 44 | | |
45 | 45 | | |
46 | | - | |
| 46 | + | |
47 | 47 | | |
48 | | - | |
| 48 | + | |
49 | 49 | | |
50 | 50 | | |
51 | 51 | | |
52 | 52 | | |
53 | 53 | | |
54 | 54 | | |
| 55 | + | |
55 | 56 | | |
56 | 57 | | |
57 | 58 | | |
| |||
0 commit comments