Issue #2920 Fix serialization of DrawStringEvent.
Former-commit-id:d09b87736a
[formerly0abf71f719
] [formerlyd09b87736a
[formerly0abf71f719
] [formerlyd43e5abf29
[formerly d88bdcccb805896e32766373bc07185364741d4e]]] Former-commit-id:d43e5abf29
Former-commit-id:41e508b0da
[formerly6327c3a673
] Former-commit-id:4e33194b36
This commit is contained in:
parent
7d8ea4b1cb
commit
b81d14f2ea
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