Skip to content

Commit

Permalink
refactor: place of constant
Browse files Browse the repository at this point in the history
  • Loading branch information
GtanSndil committed Dec 3, 2024
1 parent 46cee5d commit f2d79d7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/main/java/fr/insee/rmes/bauhaus_services/Constants.java
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

public class Constants {

public static final String TYPE_STRING = "String";

/*A*/
public static final String ACCRUAL_PERIODICITY_LIST ="accrualPeriodicityList";
public static final String ALT_LABEL_LG1 = "altLabelLg1";
Expand Down Expand Up @@ -110,6 +110,7 @@ public class Constants {
public static final String TEXT_LG2 = "text";
public static final String TYPE_OF_OBJECT = "typeOfObject";
public static final String TYPELIST = "typeList";
public static final String TYPE_STRING = "String";

/*U*/
public static final String UNDEFINED = "undefined";
Expand Down

0 comments on commit f2d79d7

Please sign in to comment.