From 112d1c2cd7f324a239ac396ec4f3b2728eadef77 Mon Sep 17 00:00:00 2001 From: Sven Schliesing Date: Thu, 19 Oct 2017 13:27:10 +0200 Subject: [PATCH] Add missing comma --- doc/tutorial/archive/using_namespaces.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/tutorial/archive/using_namespaces.html b/doc/tutorial/archive/using_namespaces.html index 19acd8c2d..46e9fe1d8 100644 --- a/doc/tutorial/archive/using_namespaces.html +++ b/doc/tutorial/archive/using_namespaces.html @@ -94,7 +94,7 @@
 @Root
 @NamespaceList({
-@Namespace(reference="urn:loc.gov:books")
+@Namespace(reference="urn:loc.gov:books"),
 @Namespace(reference="urn:ISBN:0-395-36341-6", prefix="isbn")
 })
 public class Book {