From d1daa3986a4f122727419c2ad13ae47ec8fae3f0 Mon Sep 17 00:00:00 2001 From: Richard Millet Date: Thu, 29 Aug 2019 21:51:17 -0700 Subject: [PATCH] DRYD-736: Change query call to update call and add additional exception handling. --- .../CSpaceAuthenticationSuccessEvent.java | 21 ++++++++----------- 1 file changed, 9 insertions(+), 12 deletions(-) diff --git a/services/authentication/service/src/main/java/org/collectionspace/authentication/CSpaceAuthenticationSuccessEvent.java b/services/authentication/service/src/main/java/org/collectionspace/authentication/CSpaceAuthenticationSuccessEvent.java index f83cfdb31..b8faec555 100644 --- a/services/authentication/service/src/main/java/org/collectionspace/authentication/CSpaceAuthenticationSuccessEvent.java +++ b/services/authentication/service/src/main/java/org/collectionspace/authentication/CSpaceAuthenticationSuccessEvent.java @@ -23,21 +23,20 @@ public class CSpaceAuthenticationSuccessEvent implements ApplicationListener