Skip to content

Commit 074244f

Browse files
committed
Fixed javadoc error.
1 parent 77cb707 commit 074244f

File tree

1 file changed

+3
-14
lines changed

1 file changed

+3
-14
lines changed

src/main/java/org/gitlab4j/api/models/ProjectStatistics.java

Lines changed: 3 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -5,20 +5,9 @@
55
import javax.xml.bind.annotation.XmlAccessorType;
66

77
/**
8-
* contains sizing information from the project.
9-
* To get this information, the project api has to be called with parameter statistics=true
10-
* which is only allowed for gitlab admins.
11-
*
12-
* Example json from projects api response:
13-
* https://<gitlab>/api/v4//projects?statistics=true
14-
*
15-
* "statistics": {
16-
* "commit_count": 37,
17-
* "storage_size": 1038090,
18-
* "repository_size": 1038090,
19-
* "lfs_objects_size": 0,
20-
* "job_artifacts_size": 0
21-
* }
8+
* This class contains the sizing information from the project. To get this information,
9+
* ProjectApi.getProject() has to be called with parameter statistics=true
10+
* which is only allowed for GitLab admins.
2211
*/
2312
@XmlAccessorType(XmlAccessType.FIELD)
2413
public class ProjectStatistics {

0 commit comments

Comments
 (0)