Skip to content

Commit a6391f6

Browse files
authored
Add ApiArgValidator import to GetUserCmd.java
1 parent 5b59d27 commit a6391f6

File tree

1 file changed

+1
-1
lines changed
  • api/src/main/java/org/apache/cloudstack/api/command/admin/user

1 file changed

+1
-1
lines changed

api/src/main/java/org/apache/cloudstack/api/command/admin/user/GetUserCmd.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
import org.apache.cloudstack.api.BaseCmd;
2323
import org.apache.cloudstack.api.Parameter;
2424
import org.apache.cloudstack.api.response.UserResponse;
25-
25+
import org.apache.cloudstack.api.ApiArgValidator;
2626
import com.cloud.exception.InvalidParameterValueException;
2727
import com.cloud.user.UserAccount;
2828

0 commit comments

Comments
 (0)