[LIB-8] URL and HTML tag processing, new entities fields
[snooker-score-api.git] / src / main / java / org / hedgecode / snooker / json / JsonRound.java
index 7dbb3b1..78995ff 100644 (file)
@@ -19,6 +19,7 @@ package org.hedgecode.snooker.json;
 import com.google.gson.annotations.Expose;
 import com.google.gson.annotations.SerializedName;
 
+import org.hedgecode.snooker.annotation.WithHTMLTags;
 import org.hedgecode.snooker.api.Event;
 import org.hedgecode.snooker.api.Round;
 
@@ -47,6 +48,7 @@ public class JsonRound extends JsonIdEntity implements Round {
     private int numLeft;
     @SerializedName("NumMatches")
     private int numMatches;
+    @WithHTMLTags
     @SerializedName("Note")
     private String note;
     @SerializedName("ValueType")