Skip to content

Commit

Permalink
Fixed ImapMessage NamePattern #97
Browse files Browse the repository at this point in the history
  • Loading branch information
Desire456 committed Jun 25, 2021
1 parent 8b8e450 commit df3cb11
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
import java.util.Date;
import java.util.List;

@NamePattern("%s (#%d) | caption, msgNum")
@NamePattern("%s (#%d)|caption, msgNum")
@Table(name = "IMAP_MESSAGE")
@Entity(name = "imap$Message")
public class ImapMessage extends StandardEntity {
Expand Down

0 comments on commit df3cb11

Please sign in to comment.