Skip to content

Commit 8312287

Browse files
committed
added YAML file
1 parent f125046 commit 8312287

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

javav2/example_code/iotfleetwise/src/main/java/com/example/fleetwise/scenario/FleetwiseActions.java

-3
Original file line numberDiff line numberDiff line change
@@ -137,8 +137,6 @@ private static CompletableFuture<Void> delayAsync(long millis) {
137137
});
138138
}
139139

140-
// snippet-start:[iotfleetwise.java2.delete.catalog.main]
141-
142140
/**
143141
* Deletes the specified signal catalog.
144142
*
@@ -165,7 +163,6 @@ public static CompletableFuture<Void> deleteSignalCatalogIfExistsAsync(String si
165163
return null;
166164
});
167165
}
168-
// snippet-end:[iotfleetwise.java2.delete.catalog.main]
169166

170167
// snippet-start:[iotfleetwise.java2.create.decoder.main]
171168

0 commit comments

Comments
 (0)