|
@@ -751,7 +751,7 @@ public class VideoAdThompsonScorerV2 {
|
|
|
this.exp670Param = gson.fromJson(str, Map.class);
|
|
|
}
|
|
|
|
|
|
- @Value("${ad.engine.new.thompson.exp.V2.672{}}")
|
|
|
+ @Value("${ad.engine.new.thompson.exp.V2.672:{}}")
|
|
|
public void setExp672Param(String str) {
|
|
|
this.exp672Param = gson.fromJson(str, Map.class);
|
|
|
}
|