Skip to content

Commit

Permalink
private
Browse files Browse the repository at this point in the history
  • Loading branch information
odisseus committed May 9, 2024
1 parent 826334f commit d8fbdb1
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -70,12 +70,12 @@ abstract class FixupSession(
// The current lens group. Changes as the state machine proceeds.
private var lensGroup: LensWidgetGroup? = null

var selectionRange: Range? = null
private var selectionRange: Range? = null

// The prompt that the Agent used for this task. For Edit, it's the same as
// the most recent prompt the user sent, which we already have. But for Document Code,
// it enables us to show the user what we sent and let them hand-edit it.
var instruction: String? = null
private var instruction: String? = null

private val performedActions: MutableList<FixupUndoableAction> = mutableListOf()

Expand Down

0 comments on commit d8fbdb1

Please sign in to comment.