forked from loafle/openapi-generator-original
Fix javadoc error (#3906)
This commit is contained in:
committed by
William Cheng
parent
ba7fc2396b
commit
3fe0281d3b
@@ -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 {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user