mirror of
https://github.com/scm-manager/scm-manager.git
synced 2026-05-06 18:26:15 +02:00
Make dtos for schema docs unusable
This commit is contained in:
@@ -21,20 +21,19 @@
|
||||
* OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
||||
* SOFTWARE.
|
||||
*/
|
||||
|
||||
|
||||
package sonia.scm.api.v2.resources;
|
||||
|
||||
import lombok.AccessLevel;
|
||||
import lombok.Getter;
|
||||
import lombok.NoArgsConstructor;
|
||||
import lombok.Setter;
|
||||
|
||||
/**
|
||||
* This class is currently only used in the openapi scheme
|
||||
*/
|
||||
@NoArgsConstructor
|
||||
@Getter
|
||||
@Setter
|
||||
public class UpdateHgConfigDto {
|
||||
@NoArgsConstructor(access = AccessLevel.PRIVATE)
|
||||
final class UpdateHgConfigDto {
|
||||
private boolean disabled;
|
||||
private String hgBinary;
|
||||
private String pythonBinary;
|
||||
|
||||
Reference in New Issue
Block a user