Skip to content

Commit

Permalink
used in template
Browse files Browse the repository at this point in the history
  • Loading branch information
tomcz committed Jul 5, 2024
1 parent 866c3f5 commit 85decb8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/main/java/com/tomczarniecki/jpasskeep/Entry.java
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,7 @@ public void setPassword(String password) {
this.password = password;
}

@SuppressWarnings("unused")
public List<String> getNotesAsLines() {
String[] lines = notes.split("\\r?\\n");
return List.of(lines);
Expand Down

0 comments on commit 85decb8

Please sign in to comment.