Skip to content

Commit 35475bb

Browse files
committed
Minor changes
1 parent eff8ba2 commit 35475bb

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

src/org/netbeans/modules/php/wordpress/WordPress.java

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,8 +45,12 @@
4545
*
4646
* @author junichi11
4747
*/
48-
public class WordPress {
48+
public final class WordPress {
4949

5050
public static final String WP_ICON_8 = "org/netbeans/modules/php/wordpress/resources/wordpress_icon_8.png"; // NOI18N
5151
public static final String WP_ICON_16 = "org/netbeans/modules/php/wordpress/resources/wordpress_icon_16.png"; // NOI18N
52+
53+
private WordPress() {
54+
}
55+
5256
}

0 commit comments

Comments
 (0)