Skip to content

Commit 862bc6b

Browse files
committed
fix mini bug
fix version bug
1 parent bed0200 commit 862bc6b

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ plugins {
55
}
66

77
group 'de.mint.consoleline'
8-
version '1.1.0-1'
8+
version '1.1.0-3'
99

1010
java {
1111
toolchain {

src/main/java/de/mint/consoleline/Format/CustomFormat.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@ public CustomFormat(
2222
}
2323

2424
public String format() {
25-
this.simpleDateFormat = new SimpleDateFormat();
2625
final String time = simpleDateFormat.format(new Date());
2726
return String.format(
2827
this.stringFormat,

0 commit comments

Comments
 (0)