Commit 0bfeb26
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 0bfeb26
File tree
1 file changed
+1
-1
lines changed- ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/correction
1 file changed
+1
-1
lines changedLines 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