com.marklogic.flux.impl.importdata.WriteDocumentParamsImpl Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of flux-api Show documentation
Show all versions of flux-api Show documentation
Flux API for data movement with MarkLogic
/*
* Copyright © 2024 MarkLogic Corporation. All Rights Reserved.
*/
package com.marklogic.flux.impl.importdata;
/**
* Class exists solely to avoid Sonar warnings of "Provide the parametrized type for this generic" when command
* classes use WriteDocumentParams directly. There's probably a better way to avoid that warning (without suppressing
* it) but don't know it yet.
*/
public class WriteDocumentParamsImpl extends WriteDocumentParams {
}