Uzupełnienie konstruktora Note - przypisanie gotowego tekstu notatki do zmiennych
This commit is contained in:
parent
9d81fef925
commit
5eec31c7ed
@ -11,7 +11,8 @@ public class Note {
|
||||
|
||||
//konstruktor
|
||||
public Note() {
|
||||
|
||||
noteTitle = NoteTitles[0];
|
||||
noteContent = NoteContents[0];
|
||||
}
|
||||
|
||||
public String getNoteTitle() {
|
||||
|
Loading…
Reference in New Issue
Block a user