Project

General

Profile

« Previous | Next » 

Revision 51147

Added by Tsampikos Livisianos about 6 years ago

fix minor things

View differences:

SpringRedisConfiguration.java
22 22
    private final Logger log = Logger.getLogger(this.getClass());
23 23

  
24 24
    @Value("${statsapi.redis.hostname}")
25
    String hostname;
25
    private String hostname;
26 26

  
27 27
    @Value("${statsapi.redis.port}")
28
    int port;
28
    private int port;
29 29

  
30 30
    @Bean
31 31
    public JedisConnectionFactory connectionFactory() {

Also available in: Unified diff