Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Open Subsurface Data Universe Software
Platform
Security and Compliance
entitlements-ibm
Commits
3548a946
Commit
3548a946
authored
Feb 12, 2021
by
Gokul Nagare
Browse files
ison ignore fix added for groupEmail
parent
ebbf0781
Pipeline
#26459
failed with stage
in 1 minute and 24 seconds
Changes
1
Pipelines
2
Show whitespace changes
Inline
Side-by-side
src/main/java/org/opengroup/osdu/core/common/model/entitlements/GroupInfo.java
View file @
3548a946
...
@@ -3,6 +3,8 @@
...
@@ -3,6 +3,8 @@
package
org.opengroup.osdu.core.common.model.entitlements
;
package
org.opengroup.osdu.core.common.model.entitlements
;
import
com.fasterxml.jackson.annotation.JsonIgnore
;
import
lombok.Data
;
import
lombok.Data
;
@Data
@Data
...
@@ -10,6 +12,7 @@ public class GroupInfo {
...
@@ -10,6 +12,7 @@ public class GroupInfo {
String
name
;
String
name
;
String
email
;
String
email
;
String
description
;
String
description
;
@JsonIgnore
String
groupEmail
;
String
groupEmail
;
public
void
setEmail
(
String
email
)
{
public
void
setEmail
(
String
email
)
{
...
...
Anuj Gupta
@anujgupta
mentioned in commit
c35f2323
·
Feb 12, 2021
mentioned in commit
c35f2323
mentioned in commit c35f232333b703ccec877f23e8cd0cb09e20c856
Toggle commit list
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment