Skip to content

Commit

Permalink
[JPA] Fix doc
Browse files Browse the repository at this point in the history
  • Loading branch information
gideruette committed Sep 20, 2024
1 parent afa1262 commit c24910f
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions docs/generator/jpa.md
Original file line number Diff line number Diff line change
Expand Up @@ -845,8 +845,6 @@ domain:
mediaType: "multipart/form-data"
label: Fichier
bodyParam: true
ts:
type: File
java:
type: MultipartFile
imports:
Expand All @@ -857,8 +855,6 @@ domain:
mediaType: "multipart/form-data"
label: Fichier
bodyParam: true
ts:
type: File
java:
type: File
imports:
Expand All @@ -867,8 +863,6 @@ domain:
domain:
name: RESPONSE_ENTITY
label: Response Entity
ts:
type: any
java:
type: ResponseEntity<{$0}>
imports:
Expand Down

0 comments on commit c24910f

Please sign in to comment.