Skip to content

Commit

Permalink
correct constructor order
Browse files Browse the repository at this point in the history
  • Loading branch information
cleydyr committed May 27, 2024
1 parent 6add0f8 commit d1520ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/biblivre/cataloging/RecordAttachmentDTO.java
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,9 @@
public class RecordAttachmentDTO extends AbstractDTO {
@Serial private static final long serialVersionUID = 1L;

private String path;
private String file;
private String name;
private String path;
private String uri;

@Override
Expand Down

0 comments on commit d1520ca

Please sign in to comment.