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 0caa0ff commit a00be8cCopy full SHA for a00be8c
src/simplejavatexteditor/SimpleJavaTextEditor.java
@@ -8,7 +8,7 @@
8
* @copyright Copyright Pierre-Henry SORIA, All Rights Reserved.
9
* @license Apache (http://www.apache.org/licenses/LICENSE-2.0)
10
* @create 2012-05-04
11
- * @update 2015-09-4
+ * @update 2016-21-03
12
*
13
14
* @modifiedby Achintha Gunasekara
@@ -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 = "pierrehs@hotmail.com";
+ public final static String AUTHOR_EMAIL = "pierrehenrysoria@gmail.com";
27
public final static String NAME = "NotePad PH";
28
public final static String EDITOR_EMAIL = "[email protected]";
29
public final static double VERSION = 2.0;
0 commit comments