Use all-man style braces here to be compliant with the coding standards
(cherry picked from commit e553ac5
)
This commit is contained in:
parent
a663cb3e01
commit
e1f2bb9740
@ -48,7 +48,8 @@ import redis.clients.jedis.exceptions.JedisConnectionException;
|
|||||||
* ReportManager hooks into a synchronized network-wide report system
|
* ReportManager hooks into a synchronized network-wide report system
|
||||||
* with methods for updating/fetching/closing reports in real time.
|
* with methods for updating/fetching/closing reports in real time.
|
||||||
*/
|
*/
|
||||||
public class ReportManager {
|
public class ReportManager
|
||||||
|
{
|
||||||
|
|
||||||
private static final String NAME = "Report";
|
private static final String NAME = "Report";
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user