From 721b5c69ae74af60da6e620e3adbef90f6afffe4 Mon Sep 17 00:00:00 2001 From: Dinesh Ramamurthy Date: Wed, 4 Dec 2019 10:55:57 -0800 Subject: [PATCH] Testing code guru --- src/com/dropbox/core/DbxAuthFinish.java | 1 + 1 file changed, 1 insertion(+) diff --git a/src/com/dropbox/core/DbxAuthFinish.java b/src/com/dropbox/core/DbxAuthFinish.java index f010e040d..dd4da1170 100644 --- a/src/com/dropbox/core/DbxAuthFinish.java +++ b/src/com/dropbox/core/DbxAuthFinish.java @@ -84,6 +84,7 @@ else if (fieldName.equals("uid")) { } } catch (JsonReadException ex) { + System.out.println("Let's see if you catch this"); throw ex.addFieldContext(fieldName); } }