[STYLE] fix style
This commit is contained in:
parent
de08bcfab5
commit
3fa48fc839
1
pom.xml
1
pom.xml
@ -78,7 +78,6 @@
|
|||||||
<artifactId>tika-core</artifactId>
|
<artifactId>tika-core</artifactId>
|
||||||
<version>2.7.0</version>
|
<version>2.7.0</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
|
|
||||||
<!-- https://mvnrepository.com/artifact/org.glassfish.jersey.media/jersey-media-multipart -->
|
<!-- https://mvnrepository.com/artifact/org.glassfish.jersey.media/jersey-media-multipart -->
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>org.glassfish.jersey.media</groupId>
|
<groupId>org.glassfish.jersey.media</groupId>
|
||||||
|
@ -30,7 +30,7 @@ import org.kar.archidata.externalRestApi.typescript.TsClassElementGroup;
|
|||||||
public class TsGenerateApi {
|
public class TsGenerateApi {
|
||||||
/**
|
/**
|
||||||
* Generate a full API tree for Typescript in a specific folder.
|
* Generate a full API tree for Typescript in a specific folder.
|
||||||
* This generate a folder containing a full API with "model" filder and "api" folder.
|
* This generate a folder containing a full API with "model" folder and "api" folder.
|
||||||
* The generation depend of Zod and can be strict compile.
|
* The generation depend of Zod and can be strict compile.
|
||||||
* @param api Data model to generate the api
|
* @param api Data model to generate the api
|
||||||
* @param pathPackage Path to store the api.
|
* @param pathPackage Path to store the api.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user