include snippets from main doc

Signed-off-by: Nikos Mavrogiannopoulos <nmav@redhat.com>
This commit is contained in:
Nikos Mavrogiannopoulos 2018-01-31 15:25:49 +01:00
parent 7814dcfd84
commit 2efc8b3b21
10 changed files with 74 additions and 74 deletions

View file

@ -31,7 +31,7 @@ data, implementing an exponential growth policy. See the
[subs="quotes"]
----
$ include "snippets/Java-Language-ReadArray.xml"
include::snippets/Java-Language-ReadArray.adoc[]
----
@ -62,7 +62,7 @@ possible and should not throw any exceptions.
[subs="quotes"]
----
$ include "snippets/Java-Finally.xml"
include::snippets/Java-Finally.adoc[]
----
@ -87,7 +87,7 @@ used instead. The Java compiler will automatically insert the
[subs="quotes"]
----
$ include "snippets/Java-TryWithResource.xml"
include::snippets/Java-TryWithResource.adoc[]
----