Skip to content

Commit 6f917b4

Browse files
author
Pawel Szymanski
committed
Remove source field from Error model
1 parent 709ef2b commit 6f917b4

1 file changed

Lines changed: 0 additions & 9 deletions

File tree

  • api/src/main/java/com/creatubbles/api/exception

api/src/main/java/com/creatubbles/api/exception/Error.java

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55
*/
66
public class Error {
77
String code;
8-
String source;
98
String title;
109
String detail;
1110

@@ -17,14 +16,6 @@ public void setCode(String code) {
1716
this.code = code;
1817
}
1918

20-
public String getSource() {
21-
return source;
22-
}
23-
24-
public void setSource(String source) {
25-
this.source = source;
26-
}
27-
2819
public String getTitle() {
2920
return title;
3021
}

0 commit comments

Comments
 (0)