checkinLocktokenProperty =
revisionDescriptor.getProperty(DeltavConstants.I_CHECKIN_LOCKTOKEN);
}
if ( (checkinLocktokenProperty != null) && (checkinLocktokenProperty.getValue() != null) &&
lockId.equals(checkinLocktokenProperty.getValue().toString()) ) {
VersioningHelper versionHelper = VersioningHelper.getVersioningHelper(slideToken, token, req, resp, config);
versionHelper.checkin(revisionDescriptors, revisionDescriptor, false, false, true);
}
}
// Checking if the resource at the URI isn't a lock-null
// resource, in which case we must attempt to delete it