Skip to content

Commit c7be953

Browse files
Code formatting according to checkstyle
1 parent 8fd8927 commit c7be953

2 files changed

Lines changed: 73 additions & 81 deletions

File tree

plugins/hypervisors/xenserver/src/main/java/com/cloud/hypervisor/xenserver/resource/CitrixResourceBase.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -198,7 +198,7 @@ public String toString() {
198198

199199
private final static int BASE_TO_CONVERT_BYTES_INTO_KILOBYTES = 1024;
200200

201-
protected static final XenServerConnectionPool ConnPool = XenServerConnectionPool.getInstance();
201+
private static final XenServerConnectionPool ConnPool = XenServerConnectionPool.getInstance();
202202
// static min values for guests on xenserver
203203
private static final long mem_128m = 134217728L;
204204

0 commit comments

Comments
 (0)