Skip to content

Commit

Permalink
feat: Fix proto comments for language API inorder for docs parsing to…
Browse files Browse the repository at this point in the history
… work correctly.

PiperOrigin-RevId: 335986756
  • Loading branch information
Google APIs authored and Copybara-Service committed Oct 8, 2020
1 parent 9c00a2f commit b58004f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion google/cloud/language/v1/language_service.proto
Expand Up @@ -100,7 +100,7 @@ service LanguageService {
}
}

// ################################################################ #

//
// Represents the input to API methods.
message Document {
Expand Down
2 changes: 1 addition & 1 deletion google/cloud/language/v1beta1/language_service.proto
Expand Up @@ -66,7 +66,7 @@ service LanguageService {
}
}

// ################################################################ #

//
// Represents the input to API methods.
message Document {
Expand Down
2 changes: 1 addition & 1 deletion google/cloud/language/v1beta2/language_service.proto
Expand Up @@ -101,7 +101,7 @@ service LanguageService {
}
}

// ################################################################ #

//
// Represents the input to API methods.
message Document {
Expand Down

0 comments on commit b58004f

Please sign in to comment.