[LIB-8] URL and HTML tag processing, new entities fields
[snooker-score-api.git] / src / main / java / org / hedgecode / snooker / api / Match.java
index b006c32..3a6d947 100644 (file)
@@ -75,7 +75,7 @@ public interface Match extends IdEntity {
 
     int tableNo();
 
-    String videoURL();
+    String videoUrl();
 
     Date initDate();