Use all-man style braces here to be compliant with the coding standards
This commit is contained in:
parent
bce218a65e
commit
e553ac5aab
@ -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";
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user