Skip to content

Commit

Permalink
[pinpoint-apm#562] delete unnecessary code
Browse files Browse the repository at this point in the history
  • Loading branch information
minwoo-jung committed Jun 9, 2015
1 parent 18b2bac commit 5bb75a7
Showing 1 changed file with 1 addition and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -429,11 +429,7 @@ private long getAgentStartTime() {
return agentStartTime;
}
}

public void setApiMetaDataDao(ApiMetaDataDao apiMetaDataDao) {
this.apiMetaDataDao = apiMetaDataDao;
}


public void setSqlMetaDataDao(SqlMetaDataDao sqlMetaDataDao) {
this.sqlMetaDataDao = sqlMetaDataDao;
}
Expand Down

0 comments on commit 5bb75a7

Please # to comment.