Skip to content

Commit

Permalink
reset commit
Browse files Browse the repository at this point in the history
  • Loading branch information
aali309 committed Aug 27, 2023
1 parent cea4dad commit 02b4dbb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/io/cryostat/net/AgentJFRService.java
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,7 @@ public IRecordingDescriptor getSnapshotRecording() throws FlightRecorderExceptio
try {
return client.startSnapshot().toCompletionStage().toCompletableFuture().get();
} catch (ExecutionException | InterruptedException e) {
throw new FlightRecorderException("Failed to creat snapshot recording");
throw new FlightRecorderException("Failed to create snapshot recording");
}
}

Expand Down

0 comments on commit 02b4dbb

Please sign in to comment.