Use all-man style braces here to be compliant with the coding standards

(cherry picked from commit e553ac5)
This commit is contained in:
Keir Nellyer 2016-04-30 23:12:25 +01:00
parent a663cb3e01
commit e1f2bb9740
1 changed files with 2 additions and 1 deletions

View File

@ -48,7 +48,8 @@ import redis.clients.jedis.exceptions.JedisConnectionException;
* ReportManager hooks into a synchronized network-wide report system
* with methods for updating/fetching/closing reports in real time.
*/
public class ReportManager {
public class ReportManager
{
private static final String NAME = "Report";