Skip to content

Commit 00e15cb

Browse files
committedJun 2, 2022
Minor cleanup
1 parent 8da0a40 commit 00e15cb

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed
 

‎pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@
6666

6767
<licenses>
6868
<license>
69-
<name>The Apache Software License, Version 2.0</name>
69+
<name>Apache License, Version 2.0</name>
7070
<url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
7171
<distribution>repo</distribution>
7272
</license>

‎src/main/java/org/fusesource/jansi/AnsiConsole.java

-1
Original file line numberDiff line numberDiff line change
@@ -562,5 +562,4 @@ synchronized static void initStreams()
562562
}
563563
}
564564

565-
;
566565
}

0 commit comments

Comments
 (0)
Please sign in to comment.