We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 49e7526 commit 11f454dCopy full SHA for 11f454d
1 file changed
src/org/netbeans/modules/php/wordpress/ui/options/WordPressOptionsPanel.java
@@ -72,7 +72,7 @@
72
73
final class WordPressOptionsPanel extends javax.swing.JPanel {
74
75
- private static final long serialVersionUID = -4504251144555676048L;
+ private static final long serialVersionUID = 3434388861381283705L;
76
private static final String ZIP = ".zip"; // NOI18N
77
private static final String WP_CLI_LAST_FOLDER_SUFFIX = ".wp-cli"; // NOI18N
78
private final ChangeSupport changeSupport = new ChangeSupport(this);
0 commit comments