Skip to content

Commit

Permalink
refactor(ZNTA-1732): remove unused code
Browse files Browse the repository at this point in the history
  • Loading branch information
davidmason committed Feb 24, 2017
1 parent b7152e1 commit ad9652d
Showing 1 changed file with 0 additions and 17 deletions.
Expand Up @@ -76,21 +76,4 @@ public String getSourceComment() {
public void setSourceComment(String sourceComment) {
this.sourceComment = sourceComment;
}

// public String getLastModifiedBy() {
// return lastModifiedBy;
// }
//
// public void setLastModifiedBy(String lastModifiedBy) {
// this.lastModifiedBy = lastModifiedBy;
// }
//
// public Date getLastModifiedTime() {
// return lastModifiedTime;
// }
//
// public void setLastModifiedTime(Date lastModifiedTime) {
// this.lastModifiedTime = lastModifiedTime;
// }

}

0 comments on commit ad9652d

Please sign in to comment.