You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: INSTALL.md
+15-14Lines changed: 15 additions & 14 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,31 +5,32 @@ CloudStack. For more information please refer to the official [documentation](ht
5
5
or the developer [wiki](https://cwiki.apache.org/confluence/display/CLOUDSTACK/Home).
6
6
7
7
Apache CloudStack developers use various platforms for development, this guide
8
-
was tested against a CentOS 6.5 x86_64 setup.
8
+
was tested against a CentOS 7 x86_64 setup.
9
9
10
10
*[Setting up development environment](https://cwiki.apache.org/confluence/display/CLOUDSTACK/Setting+up+CloudStack+Development+Environment) for Apache CloudStack.
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,4 +1,4 @@
1
-
# Apache CloudStack [](https://travis-ci.org/apache/cloudstack)[](https://sonarcloud.io/dashboard?id=apachecloudstack)[](https://sonarcloud.io/dashboard?id=apachecloudstack)
1
+
# Apache CloudStack [](https://travis-ci.org/apache/cloudstack)[](https://sonarcloud.io/dashboard?id=apachecloudstack)[](https://sonarcloud.io/dashboard?id=apachecloudstack)
Copy file name to clipboardExpand all lines: api/src/main/java/org/apache/cloudstack/api/command/user/project/CreateProjectCmd.java
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -55,7 +55,7 @@ public class CreateProjectCmd extends BaseAsyncCreateCmd {
55
55
@Parameter(name = ApiConstants.NAME, type = CommandType.STRING, required = true, validations = ApiArgValidator.NotNullOrEmpty, description = "name of the project")
56
56
privateStringname;
57
57
58
-
@Parameter(name = ApiConstants.DISPLAY_TEXT, type = CommandType.STRING, required = true, validations = ApiArgValidator.NotNullOrEmpty, description = "display text of the project")
58
+
@Parameter(name = ApiConstants.DISPLAY_TEXT, type = CommandType.STRING, required = true, description = "display text of the project")
0 commit comments