We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0af409e commit 43ba11fCopy full SHA for 43ba11f
plugin/src/main/java/io/snyk/eclipse/plugin/properties/ProjectPropertyPage.java
@@ -27,8 +27,8 @@
27
public class ProjectPropertyPage extends FieldEditorPreferencePage implements IWorkbenchPropertyPage {
28
public static final String SNYK_ADDITIONAL_PARAMETERS = "snyk.additionalParameters";
29
private IAdaptable element;
30
- private IProject project = null;
31
- private StringFieldEditor additionalParamsEditor = null;
+ private IProject project;
+ private StringFieldEditor additionalParamsEditor;
32
private Path projectPath;
33
34
public ProjectPropertyPage() {
0 commit comments