Skip to content

Commit

Permalink
remove unnecessary full qualified classname
Browse files Browse the repository at this point in the history
  • Loading branch information
MrSebastian committed Jun 21, 2024
1 parent a0a62d6 commit e535dd6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ public class ExceptionConstants {
MESSAGE_DATENALLGEMEIN_PARAMETER_FEHLEN);

private static final String CODE_DATENALLGEMEIN_ID_NICHT_KONVERTIERBAR = "103";
public static final de.muenchen.oss.wahllokalsystem.wls.common.exception.util.ExceptionDataWrapper ID_NICHT_KONVERTIERBAR = new de.muenchen.oss.wahllokalsystem.wls.common.exception.util.ExceptionDataWrapper(
public static final ExceptionDataWrapper ID_NICHT_KONVERTIERBAR = new ExceptionDataWrapper(
CODE_DATENALLGEMEIN_ID_NICHT_KONVERTIERBAR, "");

/**
Expand Down

0 comments on commit e535dd6

Please sign in to comment.