Skip to content

Commit e191730

Browse files
author
Chris Newland
committed
Removed references to Twitter, updated website
1 parent 13b4e58 commit e191730

File tree

3 files changed

+5
-7
lines changed

3 files changed

+5
-7
lines changed

LICENSE-BSD

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
1-
Copyright (c) 2013-2017 Chris Newland
2-
Website: https://www.chrisnewland.com
3-
Twitter: @chriswhocodes
1+
Copyright (c) 2013 Chris Newland
2+
Website: https://chriswhocodes.com
43
54

65
All rights reserved.

config/HEADER

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
Copyright (c) ${year} Chris Newland.
2-
Website: www.chrisnewland.com
3-
Twitter: @chriswhocodes
2+
Website: https://chriswhocodes.com
43
54

65
All rights reserved.
@@ -32,4 +31,4 @@ either expressed or implied, of the FreeBSD Project.
3231
This software contains an assembly language reference from ref.x86asm.net used with kind permission of Karel Lejska
3332
and in compliance with the licence at http://ref.x86asm.net/#License
3433

35-
Instructions: https://github.com/AdoptOpenJDK/jitwatch/wiki
34+
Instructions: https://github.com/AdoptOpenJDK/jitwatch/wiki

ui/src/main/java/org/adoptopenjdk/jitwatch/ui/main/JITWatchUI.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -878,7 +878,7 @@ public void changed(ObservableValue<? extends CompilationTableRow> arg0, Compila
878878
textAreaLog.setStyle("-fx-font-family:" + FONT_MONOSPACE_FAMILY + ";-fx-font-size:" + FONT_MONOSPACE_SIZE + "px");
879879
textAreaLog.setPrefHeight(textAreaHeight);
880880

881-
log("Welcome to JITWatch by Chris Newland (@chriswhocodes on Twitter) and the AdoptOpenJDK project.\n");
881+
log("Welcome to JITWatch by Chris Newland (https://chriswhocodes.com) and the AdoptOpenJDK project.\n");
882882

883883
log("Please report issues via GitHub (https://github.com/AdoptOpenJDK/jitwatch).\n");
884884

0 commit comments

Comments
 (0)