Skip to content

Commit e526141

Browse files
committed
remove extra new lines
1 parent c0a1293 commit e526141

6 files changed

Lines changed: 0 additions & 6 deletions

File tree

api/src/main/java/org/apache/cloudstack/api/command/admin/acl/project/DeleteProjectRoleCmd.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,6 @@ public long getEntityOwnerId() {
8181
return CallContext.current().getCallingAccountId();
8282
}
8383

84-
8584
@Override
8685
public Long getApiResourceId() {
8786
return getProjectId();

api/src/main/java/org/apache/cloudstack/api/command/admin/acl/project/UpdateProjectRoleCmd.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,6 @@ public long getEntityOwnerId() {
7878
return 0;
7979
}
8080

81-
8281
@Override
8382
public Long getApiResourceId() {
8483
return getProjectId();

api/src/main/java/org/apache/cloudstack/api/command/admin/outofbandmanagement/DisableOutOfBandManagementForClusterCmd.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,6 @@ public String getEventDescription() {
9696
return "disable out-of-band management password for cluster: " + getClusterId();
9797
}
9898

99-
10099
@Override
101100
public Long getApiResourceId() {
102101
return getClusterId();

api/src/main/java/org/apache/cloudstack/api/command/admin/outofbandmanagement/DisableOutOfBandManagementForZoneCmd.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,6 @@ public String getEventDescription() {
9696
return "disable out-of-band management password for zone: " + getZoneId();
9797
}
9898

99-
10099
@Override
101100
public Long getApiResourceId() {
102101
return getZoneId();

api/src/main/java/org/apache/cloudstack/api/command/admin/outofbandmanagement/EnableOutOfBandManagementForHostCmd.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,6 @@ public String getEventDescription() {
9797
return "enable out-of-band management password for host: " + getHostId();
9898
}
9999

100-
101100
@Override
102101
public Long getApiResourceId() {
103102
return getHostId();

api/src/main/java/org/apache/cloudstack/api/response/AlertTypeResponse.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,5 +52,4 @@ public AlertTypeResponse(short alertType, String name) {
5252
this.name = name;
5353
setObjectName("alerttype");
5454
}
55-
5655
}

0 commit comments

Comments
 (0)