#631 - Partial Response : [Refactor] Rename GetDetails method by id.
This commit is contained in:
@ -33,7 +33,7 @@ public class VideoResource {
|
||||
this.videos = videos;
|
||||
}
|
||||
|
||||
public String getDenials(String id) {
|
||||
public String getDetails(String id) {
|
||||
return videos.get(id).toString();
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user