]> git.aero2k.de Git - tmp/jakarta-migration.git/commitdiff
CSPACE-6130: Remove stray semi-colon (empty statement).
authorAron Roberts <aron@socrates.berkeley.edu>
Thu, 22 Aug 2013 23:42:24 +0000 (16:42 -0700)
committerAron Roberts <aron@socrates.berkeley.edu>
Thu, 22 Aug 2013 23:42:24 +0000 (16:42 -0700)
services/authority/service/src/main/java/org/collectionspace/services/common/vocabulary/nuxeo/AuthorityItemDocumentModelHandler.java

index 8bdf054735be816bb663073ad876127feda2a9c2..459e2fdb0e41c0a80c941c8f6188c1d1cad7e92e 100644 (file)
@@ -259,7 +259,7 @@ public abstract class AuthorityItemDocumentModelHandler<AICommon>
                        // 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<Integer> termDisplayNamePositionsInList = new ArrayList<>();;
+                       List<Integer> termDisplayNamePositionsInList = new ArrayList<>();
                                boolean hasShortId = false;
                        boolean hasTermStatus = false;
                        for (int i = 0; i < nFields; i++) {