We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 57bc663 commit e4099baCopy full SHA for e4099ba
javav2/example_code/controltower/src/main/java/com/example/controltower/HelloControlTower.java
@@ -25,7 +25,7 @@
25
* and config files.
26
*/
27
28
-// snippet-start:[python.example_code.controltower.Hello]
+// snippet-start:[controltower.java2.hello.main]
29
public class HelloControlTower {
30
31
public static void main(String[] args) {
@@ -74,4 +74,4 @@ public static void helloControlTower(ControlTowerClient controlTowerClient) {
74
}
75
76
77
-// snippet-end:[python.example_code.controltower.Hello]
+// snippet-end:[controltower.java2.hello.main]
0 commit comments