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