Issue #2920 Fix serialization of DrawStringEvent.
Former-commit-id:d43e5abf29
[formerlyd09b87736a
[formerly0abf71f719
] [formerlyd43e5abf29
[formerly d88bdcccb805896e32766373bc07185364741d4e]]] Former-commit-id:d09b87736a
[formerly0abf71f719
] Former-commit-id:d09b87736a
Former-commit-id:b921f6bb4e
This commit is contained in:
parent
9b8ca50a24
commit
c6a1a68db4
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