From 628ddc6a35b024a81ea47a6aeead180619b0b76c Mon Sep 17 00:00:00 2001 From: Oliver Gierke Date: Tue, 24 Jul 2012 12:59:56 +0200 Subject: [PATCH] DATACMNS-205 - Fix broken reference documentation. The section on the repository exporters contained a code sample using language="javascript". As the highlighting in the docbkx plugin doesn't support javascript as language it will break the build of other reference documents including this one. Removed the language attribute for this sample entirely. --- src/docbkx/repositories.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/docbkx/repositories.xml b/src/docbkx/repositories.xml index f046ea61e..f225b27a2 100644 --- a/src/docbkx/repositories.xml +++ b/src/docbkx/repositories.xml @@ -1070,7 +1070,7 @@ public class UserController { Data defined in JSON - [ { "_class" : "com.acme.Person", + [ { "_class" : "com.acme.Person", "firstname" : "Dave", "lastname" : "Matthews" }, { "_class" : "com.acme.Person",