Merge "Issue #2920 Fix serialization of DrawStringEvent." into development
Former-commit-id:abee6815ad
[formerly 663db14c5fa57c1d9ccd9c3d6ef82862d330a4b4] Former-commit-id:143c3e1801
This commit is contained in:
commit
0ea487feec
1 changed files with 3 additions and 3 deletions
|
@ -305,10 +305,10 @@ public class DrawStringEvent extends AbstractRemoteGraphicsRenderEvent {
|
|||
}
|
||||
|
||||
/**
|
||||
* @param textStyle
|
||||
* the textStyle to set
|
||||
* @param textStyles
|
||||
* the textStyles to set
|
||||
*/
|
||||
public void setTextStyle(EnumSet<TextStyle> textStyles) {
|
||||
public void setTextStyles(EnumSet<TextStyle> textStyles) {
|
||||
this.textStyles = textStyles;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue