Skip to content

Commit

Permalink
chore: added comment to trace back to source file in case changes nee…
Browse files Browse the repository at this point in the history
…ded in future. (#2581)

Context: #2580 (comment)
This comment will be copied over to generated files, allows developer to trace back to this file and edit when applicable.
  • Loading branch information
zhumin8 authored Feb 6, 2024
1 parent bbed08f commit 11c070e
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,11 @@
import org.springframework.boot.test.context.runner.ApplicationContextRunner;
import org.threeten.bp.Duration;

/**
* This class is wiped out and re-created as part of the generation process. Please make changes to
* https://github.com/GoogleCloudPlatform/spring-cloud-gcp/blob/main/spring-cloud-generator/spring-cloud-previews-template/google-cloud-language-spring-starter/src/test/java/com/google/cloud/language/v2/spring/LanguageAutoConfigurationTests.java
* to retain the changes in the next generation workflow run.
*/
@ExtendWith(MockitoExtension.class)
class LanguageAutoConfigurationTests {

Expand Down

0 comments on commit 11c070e

Please sign in to comment.