Fix javadoc error (#3906)

This commit is contained in:
Jérémie Bresson
2019-09-19 08:28:56 +02:00
committed by William Cheng
parent ba7fc2396b
commit 3fe0281d3b

View File

@@ -16,7 +16,10 @@ import org.testng.annotations.Test;
public class AsciidocSampleGeneratorTest {
/** ensure api-docs.json includes sample and spec files into markup. */
/**
* ensure api-docs.json includes sample and spec files into markup.
* @throws Exception generic exception
*/
@Test
public void testSampleAsciidocMarkupGenerationFromJsonWithSpecsAndSamples() throws Exception {