From 150beb39184ccc8300d7c5df8daff8d38ed3d969 Mon Sep 17 00:00:00 2001 From: Aron Roberts Date: Thu, 22 Aug 2013 16:42:24 -0700 Subject: [PATCH] CSPACE-6130: Remove stray semi-colon (empty statement). --- .../vocabulary/nuxeo/AuthorityItemDocumentModelHandler.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/services/authority/service/src/main/java/org/collectionspace/services/common/vocabulary/nuxeo/AuthorityItemDocumentModelHandler.java b/services/authority/service/src/main/java/org/collectionspace/services/common/vocabulary/nuxeo/AuthorityItemDocumentModelHandler.java index 8bdf05473..459e2fdb0 100644 --- a/services/authority/service/src/main/java/org/collectionspace/services/common/vocabulary/nuxeo/AuthorityItemDocumentModelHandler.java +++ b/services/authority/service/src/main/java/org/collectionspace/services/common/vocabulary/nuxeo/AuthorityItemDocumentModelHandler.java @@ -259,7 +259,7 @@ public abstract class AuthorityItemDocumentModelHandler // Ensure that each item in a list of Authority items includes // a set of common fields, so we do not depend upon configuration // for general logic. - List termDisplayNamePositionsInList = new ArrayList<>();; + List termDisplayNamePositionsInList = new ArrayList<>(); boolean hasShortId = false; boolean hasTermStatus = false; for (int i = 0; i < nFields; i++) { -- 2.47.3