Skip to content
Snippets Groups Projects
Commit 692cf10b authored by Tor-Einar Skog's avatar Tor-Einar Skog
Browse files

Hiding observer name from observations to all external applications

parent dda1e13a
No related branches found
No related tags found
1 merge request!17Develop
...@@ -536,6 +536,7 @@ public class Observation implements Serializable, no.nibio.vips.observation.Obse ...@@ -536,6 +536,7 @@ public class Observation implements Serializable, no.nibio.vips.observation.Obse
* @return the user * @return the user
*/ */
@Transient @Transient
@JsonIgnore
public VipsLogicUser getUser() { public VipsLogicUser getUser() {
return user; return user;
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment