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 9066228 commit 6594b58Copy full SHA for 6594b58
src/simplejavatexteditor/SimpleJavaTextEditor.java
@@ -23,7 +23,7 @@
23
public class SimpleJavaTextEditor extends JTextPane {
24
25
private static final long serialVersionUID = 1L;
26
- public final static String AUTHOR_EMAIL = "pierrehenrysoria@gmail.com";
+ public final static String AUTHOR_EMAIL = "hi@ph7.me";
27
public final static String NAME = "PHNotePad";
28
public final static String EDITOR_EMAIL = "contact@achinthagunasekara.com";
29
public final static double VERSION = 3.0;
@@ -35,4 +35,4 @@ public static void main(String[] args) {
35
new UI().setVisible(true);
36
}
37
38
-}
+}
0 commit comments