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

This commit is contained in:
Keir Nellyer 2016-04-30 23:12:25 +01:00
parent bce218a65e
commit e553ac5aab

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";