Skip to content

Commit

Permalink
Demo and TheEntity Elemente entfernt
Browse files Browse the repository at this point in the history
  • Loading branch information
Nic12345678 committed Sep 27, 2024
1 parent 6fa10de commit 1074f1c
Show file tree
Hide file tree
Showing 10 changed files with 0 additions and 112 deletions.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,7 @@
package de.muenchen.oss.wahllokalsystem.basisdatenservice;

import lombok.AccessLevel;
import lombok.EqualsAndHashCode;
import lombok.Getter;
import lombok.NoArgsConstructor;
import lombok.Setter;
import lombok.ToString;
import org.springframework.hateoas.RepresentationModel;

@NoArgsConstructor(access = AccessLevel.PRIVATE)
public final class TestConstants {
Expand All @@ -19,15 +14,4 @@ public final class TestConstants {

public static final String SPRING_NO_SECURITY_PROFILE = "no-security";

@NoArgsConstructor
@Getter
@Setter
@EqualsAndHashCode(callSuper = true)
@ToString(callSuper = true)
public static class TheEntityDto extends RepresentationModel {

private String textAttribute;

}

}
22 changes: 0 additions & 22 deletions wls-basisdaten-service/src/test/resources/demo.http

This file was deleted.

0 comments on commit 1074f1c

Please sign in to comment.