File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
src/main/java/de/mint/consoleline/Format Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ plugins {
55}
66
77group ' de.mint.consoleline'
8- version ' 1.1.0'
8+ version ' 1.1.0-1 '
99
1010java {
1111 toolchain {
Original file line number Diff line number Diff line change @@ -7,15 +7,15 @@ public class CustomFormat {
77
88 private String stringFormat ;
99
10- private CustomColors previewColor ;
10+ private String previewColor ;
1111
1212 private SimpleDateFormat simpleDateFormat ;
1313
1414 private String message ;
1515
1616 public CustomFormat (
1717 String stringFormat ,
18- CustomColors previewColor ,
18+ String previewColor ,
1919 SimpleDateFormat simpleDateFormat ,
2020 String message ) {
2121 this .stringFormat = stringFormat ;
@@ -41,7 +41,7 @@ public String getStringFormat() {
4141 return stringFormat ;
4242 }
4343
44- public CustomColors getPreviewColor () {
44+ public String getPreviewColor () {
4545 return previewColor ;
4646 }
4747
You can’t perform that action at this time.
0 commit comments