Skip to content

Commit a00be8c

Browse files
committed
Update main file
1 parent 0caa0ff commit a00be8c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/simplejavatexteditor/SimpleJavaTextEditor.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
* @copyright Copyright Pierre-Henry SORIA, All Rights Reserved.
99
* @license Apache (http://www.apache.org/licenses/LICENSE-2.0)
1010
* @create 2012-05-04
11-
* @update 2015-09-4
11+
* @update 2016-21-03
1212
*
1313
*
1414
* @modifiedby Achintha Gunasekara
@@ -23,7 +23,7 @@
2323
public class SimpleJavaTextEditor extends JTextPane {
2424

2525
private static final long serialVersionUID = 1L;
26-
public final static String AUTHOR_EMAIL = "pierrehs@hotmail.com";
26+
public final static String AUTHOR_EMAIL = "pierrehenrysoria@gmail.com";
2727
public final static String NAME = "NotePad PH";
2828
public final static String EDITOR_EMAIL = "[email protected]";
2929
public final static double VERSION = 2.0;

0 commit comments

Comments
 (0)