Fixed docs

This commit is contained in:
Marcin Grzejszczak
2019-09-24 13:45:01 +02:00
parent af3f0a06c6
commit 2b764e75ef

View File

@@ -245,7 +245,7 @@ own implementation of the `StubGenerator` interface. The following code listing
====
[source,groovy]
----
include::{converters_path}/src/main/groovy/org/springframework/cloud/contract/verifier/converter/StubGenerator.java[indent=0,lines=16..-1]
include::{converters_path}/src/main/java/org/springframework/cloud/contract/verifier/converter/StubGenerator.java[indent=0,lines=16..-1]
----
====