Commit 0116d1e
Replace String.valueOf(true) with "true" literal
String.valueOf(true) is unnecessarily verbose and incurs a method
call. A string literal is clearer and avoids unnecessary overhead.
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>1 parent 26ee725 commit 0116d1e
1 file changed
Lines changed: 1 addition & 1 deletion
File tree
- ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/correction
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
42 | 42 | | |
43 | 43 | | |
44 | 44 | | |
45 | | - | |
| 45 | + | |
46 | 46 | | |
47 | 47 | | |
48 | 48 | | |
| |||
0 commit comments