コード例 #1
0
 public void setArtist(String artist) {
   if (tag != null) {
     tag.setArtist(artist);
   }
 }