Skip to content

Commit 4dc5128

Browse files
authored
fix: parserVersion type (#237)
1 parent 31bcd70 commit 4dc5128

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/com/crowdin/client/sourcefiles/model/AddFileRequest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ public class AddFileRequest {
1414
private String title;
1515
private String context;
1616
private String type;
17-
private String parserVersion;
17+
private Integer parserVersion;
1818
private ImportOptions importOptions;
1919
private ExportOptions exportOptions;
2020
private List<String> excludedTargetLanguages;

0 commit comments

Comments
 (0)