Skip to content

Commit e4099ba

Browse files
committed
fixed a tag issue
1 parent 57bc663 commit e4099ba

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

javav2/example_code/controltower/src/main/java/com/example/controltower/HelloControlTower.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
* and config files.
2626
*/
2727

28-
// snippet-start:[python.example_code.controltower.Hello]
28+
// snippet-start:[controltower.java2.hello.main]
2929
public class HelloControlTower {
3030

3131
public static void main(String[] args) {
@@ -74,4 +74,4 @@ public static void helloControlTower(ControlTowerClient controlTowerClient) {
7474
}
7575
}
7676
}
77-
// snippet-end:[python.example_code.controltower.Hello]
77+
// snippet-end:[controltower.java2.hello.main]

0 commit comments

Comments
 (0)