Skip to content

Commit

Permalink
removed all placeholder comments
Browse files Browse the repository at this point in the history
  • Loading branch information
anandwana001 committed Aug 10, 2021
1 parent 0ab3fc3 commit abbdf13
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions proto/v1/api/android.proto
Original file line number Diff line number Diff line change
Expand Up @@ -80,11 +80,11 @@ message ClientDownloadStateContext {
message DownloadState {
int32 content_version = 1;
oneof structure_type {
string topic_id = 2; // in summary
org.oppia.proto.v1.structure.SubtopicId revision_card_id = 3; // in summary
string topic_id = 2;
org.oppia.proto.v1.structure.SubtopicId revision_card_id = 3;
string concept_card_id = 4;
string story_id = 5; // in summary
string exploration_id = 6; // in summary
string story_id = 5;
string exploration_id = 6;
string question_id = 7;
string skill_id = 8;
}
Expand Down

0 comments on commit abbdf13

Please sign in to comment.