From c61809e15805d9d38f9928275dedeac263e255b4 Mon Sep 17 00:00:00 2001 From: Mahmoud Ben Hassine Date: Mon, 8 Jan 2018 13:52:40 +0100 Subject: [PATCH] BATCH-2662: Fix syntax highlighting of Java example in 1.1.1 section of the documentation --- spring-batch-docs/asciidoc/job.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spring-batch-docs/asciidoc/job.adoc b/spring-batch-docs/asciidoc/job.adoc index 489a622da..578b1edce 100644 --- a/spring-batch-docs/asciidoc/job.adoc +++ b/spring-batch-docs/asciidoc/job.adoc @@ -172,7 +172,7 @@ restartable property may be set to 'false': ---- .Java Configuration -[source, xml, role="javaContent"] +[source, java, role="javaContent"] ---- @Bean public Job footballJob() {