Skip to content

Commit 43ba11f

Browse files
fix: pmd issues
1 parent 0af409e commit 43ba11f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

plugin/src/main/java/io/snyk/eclipse/plugin/properties/ProjectPropertyPage.java

+2-2
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,8 @@
2727
public class ProjectPropertyPage extends FieldEditorPreferencePage implements IWorkbenchPropertyPage {
2828
public static final String SNYK_ADDITIONAL_PARAMETERS = "snyk.additionalParameters";
2929
private IAdaptable element;
30-
private IProject project = null;
31-
private StringFieldEditor additionalParamsEditor = null;
30+
private IProject project;
31+
private StringFieldEditor additionalParamsEditor;
3232
private Path projectPath;
3333

3434
public ProjectPropertyPage() {

0 commit comments

Comments
 (0)