Skip to content

Commit

Permalink
Fix #1562
Browse files Browse the repository at this point in the history
  • Loading branch information
Mark Reeves committed Jul 30, 2018
1 parent f632e63 commit 15bdc0a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@

### Bug Fixes

* Restored AjaxTarget interface on WDecoratedLabel which was removed in error in 1.5.8 #1562.

## Release 1.5.9

### Bug Fixes
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
* @author Yiannis Paschalidis
* @since 1.0.0
*/
public final class WDecoratedLabel extends AbstractMutableContainer {
public final class WDecoratedLabel extends AbstractMutableContainer implements AjaxTarget {

/**
* Creates an initially empty decorated label, with a {@link WText} as the body content.
Expand Down

0 comments on commit 15bdc0a

Please sign in to comment.