]> git.aero2k.de Git - tmp/jakarta-migration.git/blob
9ed2b8720737b4fa8bc485575d7354abc88a8be0
[tmp/jakarta-migration.git] /
1 package org.collectionspace.services.collectionobject.nuxeo;
2
3 import org.collectionspace.services.common.document.InvalidDocumentException;
4
5 public class BotGardenCollectionObjectValidatorHandler extends CollectionObjectValidatorHandler {
6
7         @Override
8         protected void handleUpdate() throws InvalidDocumentException {
9                 // Disable non-empty objectNumber requirement, so that updates don't need to retrieve the current objectNumber.
10
11         }
12 }