Skip to content

Commit

Permalink
NFC UTF Normalization Test and Repository Test
Browse files Browse the repository at this point in the history
  • Loading branch information
Nic12345678 committed Apr 11, 2024
1 parent be8003c commit fcc47bd
Showing 1 changed file with 5 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
*/
package de.muenchen.oss.wahllokalsystem;

import de.muenchen.oss.wahllokalsystem.rest.MessageDTO;
import lombok.AccessLevel;
import lombok.EqualsAndHashCode;
import lombok.Getter;
Expand All @@ -26,8 +27,11 @@ public final class TestConstants {
@ToString(callSuper = true)
public static class TheEntityDto extends RepresentationModel {

private String textAttribute;
private MessageDTO myMessageDTO;

public void setMyMessageDTO(MessageDTO myMessageDTO) {
this.myMessageDTO = myMessageDTO;
}
}

}

0 comments on commit fcc47bd

Please sign in to comment.