Dat Space

This commit is contained in:
Olof Larsson 2016-06-28 21:34:45 +02:00
parent f2ae30319f
commit 484ca16623
No known key found for this signature in database
GPG Key ID: BBEF14F97DA52474

View File

@ -30,7 +30,7 @@ public final class MsonEvent implements Serializable
// TODO: should be final. only temporairly mutable for repairs. // TODO: should be final. only temporairly mutable for repairs.
@Deprecated @Deprecated
public void setAction(MsonEventAction action) { this.action = action;} public void setAction(MsonEventAction action) { this.action = action; }
private final String value; private final String value;
public String getValue() { return this.value; } public String getValue() { return this.value; }