Skip to content

Commit 196e0a4

Browse files
committed
Bugfix for missing ;
1 parent e94ff0a commit 196e0a4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

molgenis-compute-core/src/main/java/org/molgenis/compute/ComputeProperties.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -224,7 +224,7 @@ public void parseCommandLine(String[] args)
224224

225225
if (batchOption != null)
226226
{
227-
LOG.error("Batching is currently disabled pending re-implementation of this feature.")
227+
LOG.error("Batching is currently disabled pending re-implementation of this feature.");
228228
System.exit(1);
229229

230230
String nameValue[] = batchOption.split("=");

0 commit comments

Comments
 (0)