File tree Expand file tree Collapse file tree 1 file changed +1
-2
lines changed
compute/cloud-client/src/test/java/compute/disks Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -110,7 +110,6 @@ public static void setup()
110110 Util .cleanUpExistingSnapshots ("gcloud-test-snapshot-" , PROJECT_ID );
111111 Util .cleanUpExistingRegionalDisks ("gcloud-test-disk-" , PROJECT_ID , REGION );
112112 Util .cleanUpExistingRegionalDisks ("gcloud-test-disk-rattach-" , PROJECT_ID , REGION );
113-
114113 // Create disk from image.
115114 Image debianImage = null ;
116115 try (ImagesClient imagesClient = ImagesClient .create ()) {
@@ -248,7 +247,7 @@ public static void createZonalDisk()
248247 }
249248
250249 public static void createRegionalDisk ()
251- throws IOException , ExecutionException , InterruptedException , TimeoutException {
250+ throws IOException , ExecutionException , InterruptedException , TimeoutException {
252251 String diskType = String .format ("regions/%s/diskTypes/pd-balanced" , REGION );
253252
254253 RegionalCreateFromSource .createRegionalDisk (PROJECT_ID , REGION , replicaZones ,
You can’t perform that action at this time.
0 commit comments