1
0
Fork 0

Remove test Method

master
Kyle Chaplin 2013-08-25 14:56:47 -05:00
parent f8fc68ce14
commit b40be2c271
1 changed files with 0 additions and 4 deletions

View File

@ -880,9 +880,5 @@ public final class Issue extends Resource {
public List<WorkLog> getWorkLogs() {
return workLogs;
}
public JSONObject getCreateMetadata() throws JiraException{
return getCreateMetadata(restclient,"CS","Task");
}
}