Skip to content

Commit a6b593a

Browse files
committed
Merge branch 'develop' into fix/external-item
2 parents 24250e5 + 5f52306 commit a6b593a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

cobj/cobj.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -914,7 +914,7 @@ static void cobc_print_usage(void) {
914914
"generated source code"));
915915
puts(_(" -m, -jar Create <PROGRAM-ID>.jar and "
916916
"remove class files"));
917-
puts(_(" -single-jar=<JAR file name> Create <JAR file name>.jar and "
917+
puts(_(" -single-jar=<JAR file name> Create <JAR file name> and "
918918
"remove class files"));
919919
puts(_(" The JAR file contains all class "
920920
"files of all specified COBOL programs"));

libcobj/app/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ plugins {
77
id("java")
88
id("maven-publish")
99
pmd
10-
id("com.github.spotbugs") version "6.4.4"
10+
id("com.github.spotbugs") version "6.4.5"
1111
}
1212

1313
repositories {

0 commit comments

Comments
 (0)