Skip to content

Commit 6594b58

Browse files
committed
Update email address
1 parent 9066228 commit 6594b58

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
@@ -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 = "[email protected]";
26+
public final static String AUTHOR_EMAIL = "[email protected]";
2727
public final static String NAME = "PHNotePad";
2828
public final static String EDITOR_EMAIL = "[email protected]";
2929
public final static double VERSION = 3.0;
@@ -35,4 +35,4 @@ public static void main(String[] args) {
3535
new UI().setVisible(true);
3636
}
3737

38-
}
38+
}

0 commit comments

Comments
 (0)