Skip to content

Commit

Permalink
add TODO
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewazores committed Feb 27, 2024
1 parent 190dc62 commit 36a2e85
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/main/java/io/cryostat/graphql/TargetNodes.java
Original file line number Diff line number Diff line change
Expand Up @@ -176,6 +176,8 @@ public Uni<ActiveRecording> doStartRecording(
return connectionManager.executeConnectedTaskUni(
target,
conn -> {
// TODO refactor, this is almost identical to the implementation in
// Recordings.java . This should be extracted to the RecordingHelper
RecordingOptionsBuilder optionsBuilder =
recordingOptionsBuilderFactory
.create(conn.getService())
Expand Down

0 comments on commit 36a2e85

Please sign in to comment.