From 99a6ca846cf27af8251bd8b8558144f63d77655f Mon Sep 17 00:00:00 2001 From: Patrick Schmitz Date: Mon, 24 Oct 2011 20:14:10 +0000 Subject: [PATCH] CSPACE-3159 - changed getDomainId() to only dump stack trace when trace enabled. On initial startup, we were always dumping the stack when we created domains. The method still returns null, and the callers handle it appropriately. --- .../services/nuxeo/client/java/RepositoryJavaClientImpl.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/services/common/src/main/java/org/collectionspace/services/nuxeo/client/java/RepositoryJavaClientImpl.java b/services/common/src/main/java/org/collectionspace/services/nuxeo/client/java/RepositoryJavaClientImpl.java index 118b4ff12..c80607d16 100644 --- a/services/common/src/main/java/org/collectionspace/services/nuxeo/client/java/RepositoryJavaClientImpl.java +++ b/services/common/src/main/java/org/collectionspace/services/nuxeo/client/java/RepositoryJavaClientImpl.java @@ -809,8 +809,8 @@ public class RepositoryJavaClientImpl implements RepositoryClient