Skip to content

Commit 2bffabb

Browse files
committed
Fix unit tests after merge forward
1 parent 8429223 commit 2bffabb

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

api/src/main/java/org/apache/cloudstack/api/command/user/userdata/RegisterUserDataCmd.java

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -74,9 +74,6 @@ public class RegisterUserDataCmd extends BaseRegisterUserDataCmd {
7474
length = 1048576)
7575
private String userData;
7676

77-
@Parameter(name = ApiConstants.PARAMS, type = CommandType.STRING, description = "comma separated list of variables declared in the User Data content")
78-
private String params;
79-
8077

8178
/////////////////////////////////////////////////////
8279
/////////////////// Accessors ///////////////////////

0 commit comments

Comments
 (0)