Skip to content

Commit a7bb6d3

Browse files
chore: regenerate README (googleapis#546)
This PR was generated using Autosynth. 🌈 <details><summary>Log from Synthtool</summary> ``` 2021-07-12 16:40:24,690 synthtool [DEBUG] > Executing /root/.cache/synthtool/java-resourcemanager/.github/readme/synth.py. On branch autosynth-readme nothing to commit, working tree clean 2021-07-12 16:40:25,961 synthtool [DEBUG] > Wrote metadata to .github/readme/synth.metadata/synth.metadata. ``` </details> Full log will be available here: https://source.cloud.google.com/results/invocations/c6408416-67eb-4fb0-8ecd-6670a834dfe6/targets - [ ] To automatically regenerate this PR, check this box. (May take up to 24 hours.)
1 parent 914d2eb commit a7bb6d3

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

java-resourcemanager/.github/readme/synth.metadata/synth.metadata

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,14 @@
44
"git": {
55
"name": ".",
66
"remote": "https://github.com/googleapis/java-resourcemanager.git",
7-
"sha": "265945b320dcf1284696a58d6c27e0a1f12d5069"
7+
"sha": "619022909b0ee49d03d605841c4e479376de0b89"
88
}
99
},
1010
{
1111
"git": {
1212
"name": "synthtool",
1313
"remote": "https://github.com/googleapis/synthtool.git",
14-
"sha": "09c59c20a4bf0daed1665af59035ff240fe356df"
14+
"sha": "1620b2cbb253f05f9e97be5efc371d2ba3844179"
1515
}
1616
}
1717
]

java-resourcemanager/README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -175,7 +175,7 @@ import java.util.Iterator;
175175
Then add the following code to print a list of projects you can view:
176176

177177
```java
178-
Iterator<Project> projectIterator = resourceManager.list().iterateAll();
178+
Iterator<Project> projectIterator = resourceManager.list().iterateAll().iterator();
179179
System.out.println("Projects I can view:");
180180
while (projectIterator.hasNext()) {
181181
System.out.println(projectIterator.next().getProjectId());
@@ -234,6 +234,7 @@ pattern. Complete source code can be found at
234234

235235

236236

237+
237238
## Troubleshooting
238239

239240
To get help, follow the instructions in the [shared Troubleshooting document][troubleshooting].

0 commit comments

Comments
 (0)