Comment on usage of name
This commit is contained in:
		@ -56,6 +56,7 @@ import reactor.util.annotation.Nullable;
 | 
				
			|||||||
public class RedisLookupDataAdapter extends LookupDataAdapter {    
 | 
					public class RedisLookupDataAdapter extends LookupDataAdapter {    
 | 
				
			||||||
    private static final Logger LOG = LoggerFactory.getLogger(RedisLookupDataAdapter.class);
 | 
					    private static final Logger LOG = LoggerFactory.getLogger(RedisLookupDataAdapter.class);
 | 
				
			||||||
    
 | 
					    
 | 
				
			||||||
 | 
					    // Should be same as lookupTableAdapters type in index.jsx
 | 
				
			||||||
    public static final String NAME = "RedisLookup";
 | 
					    public static final String NAME = "RedisLookup";
 | 
				
			||||||
    
 | 
					    
 | 
				
			||||||
    private static final Duration REFRESH_INTERVAL_DURATION = Duration.ZERO;
 | 
					    private static final Duration REFRESH_INTERVAL_DURATION = Duration.ZERO;
 | 
				
			||||||
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user