Skip to content

Commit

Permalink
Add explicit no-arg constructor for ConfigurationItemEdit.
Browse files Browse the repository at this point in the history
Signed-off-by: Roland Grunberg <rgrunber@redhat.com>
  • Loading branch information
rgrunber authored and datho7561 committed Dec 15, 2022
1 parent 3098c72 commit 5873946
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
@@ -1,5 +1,11 @@
# Change Log

## [0.23.2](https://github.com/eclipse/lemminx/milestone/39?closed=1) (December 15, 2022)

### Bug Fixes

* Add explicit no-arg constructor for `ConfigurationItemEdit`. See [#1412](https://github.com/eclipse/lemminx/pull/1412).

## [0.23.1](https://github.com/eclipse/lemminx/milestone/38?closed=1) (December 15, 2022)

### Bug Fixes
Expand Down
Expand Up @@ -23,6 +23,10 @@ public class ConfigurationItemEdit extends ConfigurationItem {
private ConfigurationItemEditType editType;
private ConfigurationItemValueKind valueKind;

public ConfigurationItemEdit () {
// Need explicit no-arg constructor for deserialization
}

/**
*
* @param section config section to change
Expand Down

0 comments on commit 5873946

Please sign in to comment.