Skip to content

Commit 0bc1131

Browse files
eclipse-platform-botvogella
authored andcommitted
Perform clean code of bundles/org.eclipse.ui.workbench
1 parent a3fa065 commit 0bc1131

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bundles/org.eclipse.ui.workbench/eclipseui/org/eclipse/ui/internal/registry/WizardsRegistryReader.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ public class WizardsRegistryReader extends RegistryReader {
7272
private static class CategoryNode {
7373
private final Category category;
7474

75-
private String path;
75+
private final String path;
7676

7777
CategoryNode(Category cat) {
7878
category = cat;

0 commit comments

Comments
 (0)