Skip to content

Commit bd8850a

Browse files
clarkhangmessner
authored andcommitted
fix: LAST_ACTIVITY => LAST_ACTIVITY_AT (#236)
1 parent b1460df commit bd8850a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/org/gitlab4j/api/Constants.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ public String toString() {
8686
/** Enum to use for ordering the results of getProjects(). */
8787
public enum ProjectOrderBy {
8888

89-
ID, NAME, PATH, CREATED_AT, UPDATED_AT, LAST_ACTIVITY;
89+
ID, NAME, PATH, CREATED_AT, UPDATED_AT, LAST_ACTIVITY_AT;
9090
private static JacksonJsonEnumHelper<ProjectOrderBy> enumHelper = new JacksonJsonEnumHelper<>(ProjectOrderBy.class);
9191

9292
@JsonCreator

0 commit comments

Comments
 (0)