Skip to content

Commit

Permalink
Merge pull request #447 from it-at-m/322-demo-elemente-aus-basisdaten…
Browse files Browse the repository at this point in the history
…service-entfernen

Demo and TheEntity Elemente entfernt
  • Loading branch information
Nic12345678 authored Oct 4, 2024
2 parents c5a9860 + 97f2a17 commit fbc5611
Show file tree
Hide file tree
Showing 6 changed files with 0 additions and 100 deletions.

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 fbc5611

Please sign in to comment.