We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f125046 commit 8312287Copy full SHA for 8312287
javav2/example_code/iotfleetwise/src/main/java/com/example/fleetwise/scenario/FleetwiseActions.java
@@ -137,8 +137,6 @@ private static CompletableFuture<Void> delayAsync(long millis) {
137
});
138
}
139
140
- // snippet-start:[iotfleetwise.java2.delete.catalog.main]
141
-
142
/**
143
* Deletes the specified signal catalog.
144
*
@@ -165,7 +163,6 @@ public static CompletableFuture<Void> deleteSignalCatalogIfExistsAsync(String si
165
163
return null;
166
164
167
168
- // snippet-end:[iotfleetwise.java2.delete.catalog.main]
169
170
// snippet-start:[iotfleetwise.java2.create.decoder.main]
171
0 commit comments