Skip to content

Commit ae91e5e

Browse files
committed
Fixed bug in example.
1 parent 42912cf commit ae91e5e

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

src/refactoring_guru/command/example/commands/CutCommand.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@ public boolean execute() {
1818
editor.textField.setText(cutString(source));
1919
return true;
2020
}
21-
}
2221

2322
private String cutString(String source) {
2423
String start = source.substring(0, editor.textField.getSelectionStart());

0 commit comments

Comments
 (0)