23242526272829
public Note(String subject, String text) { this(subject, text, null); } public Note(String subject, String text, String keywords) { this(-1, new DefaultNoteReader(), subject, text, keywords); }