File tree Expand file tree Collapse file tree 1 file changed +9
-9
lines changed
src/main/java/org/gitlab4j/api/webhook Expand file tree Collapse file tree 1 file changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -13,8 +13,8 @@ public class MergeRequestEvent implements Event {
13
13
14
14
private User user ;
15
15
private EventProject project ;
16
- private ObjectAttributes objectAttributes ;
17
16
private EventRepository repository ;
17
+ private ObjectAttributes objectAttributes ;
18
18
19
19
public String getObjectKind () {
20
20
return (OBJECT_KIND );
@@ -41,14 +41,6 @@ public void setProject(EventProject project) {
41
41
this .project = project ;
42
42
}
43
43
44
- public ObjectAttributes getObjectAttributes () {
45
- return this .objectAttributes ;
46
- }
47
-
48
- public void setObjectAttributes (ObjectAttributes objectAttributes ) {
49
- this .objectAttributes = objectAttributes ;
50
- }
51
-
52
44
public EventRepository getRepository () {
53
45
return repository ;
54
46
}
@@ -57,6 +49,14 @@ public void setRepository(EventRepository repository) {
57
49
this .repository = repository ;
58
50
}
59
51
52
+ public ObjectAttributes getObjectAttributes () {
53
+ return this .objectAttributes ;
54
+ }
55
+
56
+ public void setObjectAttributes (ObjectAttributes objectAttributes ) {
57
+ this .objectAttributes = objectAttributes ;
58
+ }
59
+
60
60
@ XmlAccessorType (XmlAccessType .FIELD )
61
61
public static class ObjectAttributes extends EventMergeRequest {
62
62
}
You can’t perform that action at this time.
0 commit comments