Created
February 9, 2018 02:44
-
-
Save ReticentIris/e163aba54e1b469a819bc5925c8bde5f to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Song updatedSong = Song.builder() | |
.id(selectedSong.getId()) | |
.name(songNameStringProperty.get()) | |
.artist(songArtistStringProperty.get()) | |
.album(songAlbumStringProperty.get()) | |
.year(songYearStringProperty.get()) | |
.build(); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment