[LIB-10] Сorrect some site data
[snooker-score-api.git] / src / main / java / org / hedgecode / snooker / cache / CacheSnookerScore.java
index 09c7bbe..5aaedc7 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2017. Developed by Hedgecode.
+ * Copyright (c) 2017-2020. Developed by Hedgecode.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
@@ -65,7 +65,7 @@ public class CacheSnookerScore extends JsonSnookerScore implements SnookerScoreA
 
     public static CacheSnookerScore getInstance() {
         if (_instance == null)
-            _instance= new CacheSnookerScore();
+            _instance = new CacheSnookerScore();
         return _instance;
     }