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 eff8ba2 commit 35475bbCopy full SHA for 35475bb
1 file changed
src/org/netbeans/modules/php/wordpress/WordPress.java
@@ -45,8 +45,12 @@
45
*
46
* @author junichi11
47
*/
48
-public class WordPress {
+public final class WordPress {
49
50
public static final String WP_ICON_8 = "org/netbeans/modules/php/wordpress/resources/wordpress_icon_8.png"; // NOI18N
51
public static final String WP_ICON_16 = "org/netbeans/modules/php/wordpress/resources/wordpress_icon_16.png"; // NOI18N
52
+
53
+ private WordPress() {
54
+ }
55
56
}
0 commit comments