checkstyle HideUtilityClassConstructor

https://sonar.spring.io/issues/search#componentRoots=org.springframework.integration%3Aspring-integration|createdAt=2016-04-01T10%3A00%3A36%2B0000|sort=UPDATE_DATE|asc=false
This commit is contained in:
Gary Russell
2016-04-01 10:30:25 -04:00
committed by Artem Bilan
parent b363bdb15e
commit 43af472c3a
34 changed files with 226 additions and 79 deletions

View File

@@ -1,5 +1,5 @@
/*
* Copyright 2014 the original author or authors.
* Copyright 2014-2016 the original author or authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
@@ -27,6 +27,10 @@ package org.springframework.integration.redis.support;
*/
public class RedisHeaders {
private RedisHeaders() {
super();
}
public static final String PREFIX = "redis_";
public static final String KEY = PREFIX + "key";