Searched refs:copyYear (Results 1 – 1 of 1) sorted by relevance
37 private String copyYear; field in SwatDeprecated102 this.copyYear = new SimpleDateFormat("yyyy").format(new Date()); in SwatDeprecated()235 … nline = line.substring(0, ix) + "-" + copyYear + line.substring(ix+5); in processFile()240 … nline = line.substring(0, ix) + "-" + copyYear + line.substring(ix+6); in processFile()245 … nline = line.substring(0, ix) + "-" + copyYear + line.substring(ix+5); in processFile()248 ix = line.indexOf(copyYear); in processFile()254 … nline = line.substring(0, ix+4) + "-" + copyYear + line.substring(ix+4); in processFile()259 … nline = line.substring(0, ix+4) + "-" + copyYear + line.substring(ix+4); in processFile()